Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible unneeded output files #3

Open
johnegarza opened this issue Apr 15, 2019 · 0 comments
Open

Possible unneeded output files #3

johnegarza opened this issue Apr 15, 2019 · 0 comments

Comments

@johnegarza
Copy link
Member

johnegarza commented Apr 15, 2019

cat $TEMPDIR/$name.aln.map.fwd.sam | grep -v ^@ | awk '{print "@"$1"\n"$10"\n+\n"$11}' > $outdir/$name.hla.fwd.fastq
cat $TEMPDIR/$name.aln.map.rev.sam | grep -v ^@ | awk '{print "@"$1"\n"$10"\n+\n"$11}' > $outdir/$name.hla.rev.fastq

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant