Closed vishal7245 closed 3 months ago
@vishal7245 have you been able to resolve it? I got the same error for my paired-end data
Hi,
thank you for posting. smrnaseq is not compatible with paired data right now, it only uses the reads that is forward to the small RNA. I don't think supporting second reads is in the plan for this. Normally, this pipeline is focused to detect miRNAs, tRNA fragments and alike. So one read is enough, two reads can improve with error sequencing vs real mutations, but there are not many tools that work with paired end data.
Thanks!
@lpantano thank you for the reply. Could you then maybe please update "Usage" page on nf-core website? Because currently it reads as if it is indeed possible to feed in paired-end sequencing files. And pipeline does attempt to process them by merging at the fastp step, but then instead of feeding the merged file into seqcluster collapse, it still attempts to feed a pair of trimmed uncollapsed files... I attach the screenshots below.
This was clarified in the docs, therefore closing now.
Description of the bug
The bug occurs due to unrecognized arguments passed to the
seqcluster
command. It expects input files in a specific format but receives unexpected arguments, causing termination with exit status 151.I am trying to run the pipeline of paired-end data
Command used and terminal output
Relevant files
.nextflow.log nf-params.json samples.csv
System information
Nextflow version: 23.10.1 Hardware: Desktop Executor: Local Container engine: Singularity Version of nf-core/smrnaseq: dev