comparison Makefile @ 0:426b0f85a311 draft

" master branch Updating"
author lain
date Tue, 19 Jul 2022 07:36:57 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:426b0f85a311
1
2
3 ## **@AUTHOR**: Lain Pavot - lain.pavot@inrae.fr
4 ## **@DATE**: 22/06/2022
5
6
7 test:
8 python3 ./history_metadata_extractor.py \
9 -d ./test-data/datasets_attrs.txt \
10 -j ./test-data/jobs_attrs.txt \
11 -o ./test-data/result.html \
12 ;
13 firefox ./test-data/result.html
14