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

De/Compressor detection will not work properly with differently compressed fastqs #2

Open
dankwart-de opened this issue Jun 28, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@dankwart-de
Copy link
Contributor

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.

@dankwart-de dankwart-de added the enhancement New feature or request label Jun 28, 2018
@vinjana vinjana assigned vinjana and unassigned vinjana Sep 6, 2018
@vinjana
Copy link
Member

vinjana commented Jan 16, 2019

De/compressor detection would have been to be moved into the job-code (currently bash). Compare #3.

@vinjana
Copy link
Member

vinjana commented Jan 16, 2019

Also rather a nice to have. Keep at low priority.

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

No branches or pull requests

2 participants