view Makefile @ 1:c7f4f2ac38f2 draft default tip

" master branch Updating"
author lain
date Tue, 09 Aug 2022 15:19:45 +0000
parents 426b0f85a311
children
line wrap: on
line source



## **@AUTHOR**: Lain Pavot - lain.pavot@inrae.fr
## **@DATE**: 22/06/2022


test:
	python3 ./history_metadata_extractor.py \
		-d ./test-data/datasets_attrs.txt \
		-j ./test-data/jobs_attrs.txt \
		-o ./test-data/result.html \
	;
	firefox ./test-data/result.html