Display-Lab / bit-stomach

Data ingest and performer annotation
1 stars 1 forks source link

Output directory flag not behaving as expected #35

Open grosscol opened 5 years ago

grosscol commented 5 years ago

This call fails:

bin/bitstomach.sh -s ../aspire/aspire-spek.json --data ../aspire/mpog-munged.csv -a ../aspire/annotations.r -o /tmp

This call succeeds:

bin/bitstomach.sh -s ../aspire/aspire-spek.json --data ../aspire/mpog-munged.csv -a ../aspire/annotations.r 

Handling output_dir is unimplemented. Functionality currently exists as specifying outfile which defaults to stdout. Either write and test functionality to handle output dir, or remove entirely, and commit to emitting results soley to stdout.