tsv-to-csv
Convert TSV files from JGOFS into CSVs
-
Create a
.env
file in the top-level directoryDATA_DIR={absolute path to the top-level data directory to process} OUTPUT_DIR={absolute path to the directory to store resulting CSV files}
-
Execute with:
docker-compose run --rm pipeline
- Logging:
log.txt
will be created at the top-level of the OUTPUT_DIR and logged to the console
- Logging: