We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
E.g. if two lane files are compressed differently:
lane1.fastq (uncompressed) lane1.fastq.gz (gzip) lane2.fastq.gz (gzip) lane2.fastq.bz2 (bzip2)
one could argue, that this should not be the case, but Roddy should be able to detect it and pass it properly to its alignment jobs.
The text was updated successfully, but these errors were encountered:
De/compressor detection would have been to be moved into the job-code (currently bash). Compare #3.
Sorry, something went wrong.
Also rather a nice to have. Keep at low priority.
No branches or pull requests
E.g. if two lane files are compressed differently:
lane1.fastq (uncompressed)
lane1.fastq.gz (gzip)
lane2.fastq.gz (gzip)
lane2.fastq.bz2 (bzip2)
one could argue, that this should not be the case, but Roddy should be able to detect it and pass it properly to its alignment jobs.
The text was updated successfully, but these errors were encountered: