You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These lines were left unchanged from the original version of the script. They generate fastq files that are placed in the output directory, unlike the temporary directory like all other non-optitype output files. Also unlike those files, they are also never cleaned up with an rm line. Is this intended, and should they be kept there and included in the cwl output, or can they be cleaned up?
The text was updated successfully, but these errors were encountered:
docker-immuno_tools-cwl/optitype_script.sh
Lines 48 to 49 in ef53b1e
These lines were left unchanged from the original version of the script. They generate fastq files that are placed in the output directory, unlike the temporary directory like all other non-optitype output files. Also unlike those files, they are also never cleaned up with an
rm
line. Is this intended, and should they be kept there and included in the cwl output, or can they be cleaned up?The text was updated successfully, but these errors were encountered: