You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having trouble running LncPipe for single-end RNA-seq data.
Here is the error message:
Caused by:
Missing output file(s) `*qc.fq.gz` expected by process `Run_FastP (samplename)`
Command executed:
fastp -i samplename.fastq.gz -o samplename.qc.gz -h samplename_fastp.html
It seems like the output file from the previous step is named ending with "*.qc.gz", but the process Run_FastP (samplename) looks for files ending with "*qc.fq.gz".
Is it because of this line of code in the main.nf ?
Hi,
I am having trouble running LncPipe for single-end RNA-seq data.
Here is the error message:
It seems like the output file from the previous step is named ending with "*.qc.gz", but the process
Run_FastP (samplename)
looks for files ending with "*qc.fq.gz".Is it because of this line of code in the main.nf ?
Please help!
Thanks,
Manci
The text was updated successfully, but these errors were encountered: