stjudecloud/workflows

NGSderive step assumes plain text

adthrasher opened this issue · 1 comments

All of the other steps that use the GTF file seem to properly handle compressed input, but this step requires the file to be plain-text. It should handle compressed input appropriately.

sort -k1,1 -k4,4n -k5,5n ~{gtf} | bgzip > annotation.gtf.gz

This has been resolved