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
When analysing a pre-demultiplexed run where the fastq files are gzipped, ( *.fastq.gz ) the output will say something like
RB01.fastq not found .....
.gz fastq files not being detected is a small bug in the file detection in src/jobs.py
A fix has been made in the master branch. To patch your existing build, simply replace the src/jobs.py file with the latest in master.
The text was updated successfully, but these errors were encountered:
Psy-Fer
No branches or pull requests
When analysing a pre-demultiplexed run where the fastq files are gzipped, ( *.fastq.gz ) the output will say something like
RB01.fastq not found .....
.gz fastq files not being detected is a small bug in the file detection in src/jobs.py
A fix has been made in the master branch. To patch your existing build, simply replace the src/jobs.py file with the latest in master.
The text was updated successfully, but these errors were encountered: