theiagen / public_health_bioinformatics

Bioinformatics workflows for genomic characterization, submission preparation, and genomic epidemiology of pathogens of public health concern.
GNU General Public License v3.0
37 stars 17 forks source link

tiny bug in theiavalidate export_two_tsvs task #360

Closed kapsakcj closed 7 months ago

kapsakcj commented 7 months ago

:bug:

:pencil: Describe the Issue

The wc commands in the export_two_tsvs task do not work. It doesn't cause a workflow failure, but the command seems fail.

This line specifically: https://github.com/theiagen/public_health_bioinformatics/blob/0015440e5e25f9432d64c1e562cce633e2427de5/tasks/utilities/task_validate.wdl#L36

Error message seen in workflow logs:

wc: AR_isolate_panel_sample: No such file or directory
wc: ClearLabs_sample: No such file or directory

because the TSV file is not found. Likely just need to add a file suffix? (not sure if path needs altering too or not, need to check)

:repeat: How to Reproduce

:fishing_pole_and_fish: Expected Behavior

:floppy_disk: Version Information

:information_source: Additional Information