-
Notifications
You must be signed in to change notification settings - Fork 719
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
Error for single reads during FASTQ linting preprocessing #1483
Comments
The error doesn't suggest anything related to pairing to me- can you suggest why you feel that that is the case? Did you check the file for missing records (which is what S004) flags? Are you able to share the FASTQ in question? |
I'm going to ask for permissions concerning sharing. I hope to have the answer for next week. The pipeline is working as intended if I add It's why I thought it could be pairing related. With the single-read dataset:
I've checked manually the file (at least the first 10 records). The FASTQ file seems fine. Same length for the QUAL and the SEQ. Names are ok. For example:
|
OK, I don't think it's pairing related. I suspect there may be a genuine issue with the FASTQ file. You can try taking progressively larger chunks of the file (e.g. |
Description of the bug
Hi,
I've tried the new release 3.18.0 with my single read RNA-seq. Happy to test the fact that I can use pre-prepared sortmerna files.
But it failed each time at the step
process > NFCORE_RNASEQ:RNASEQ:FASTQ_QC_TRIM_FILTER_SETSTRANDEDNESS:FQ_LINT
.I looked at the
.command.sh
corresponding file:fq lint \ --disable-validator P001 \ XXXXX.fastq.gz > XXXXX.fq_lint.txt
.But
fq lint
is for validating a FASTQ file pair. I've single read files.I've solved it by adding
skip_linting: true
to the params_fileCommand used and terminal output
Relevant files
No response
System information
N E X T F L O W ~ version 24.10.3
Linux Ubuntu workstation
container: singularity
nf-core/rnaseq: 3.18.0
The text was updated successfully, but these errors were encountered: