nf-core / smrnaseq

A small-RNA sequencing analysis pipeline
https://nf-co.re/smrnaseq
MIT License
74 stars 125 forks source link

Analysis of Paired-end reads #440

Closed oliverdesousa closed 1 month ago

oliverdesousa commented 1 month ago

Hi, I am trying to run the pipeline using the paired-end miRNA reads given to me for analysis. I have used the below structure for my CSV file for the input.

sample, fastq_1, fastq_2 clone1, path/to/fwd/read/clone1_1.fastq.gz, path/to/rvs/read/clone1_2.fastq.gz ...

When I have attempted to run with the below command it provides an error when running miRtrace. The error seems to be a problem with the input miRtrace is receiving - "ERROR ~ Unknown method invocation getFileName on ArrayList type". The custom config I have just has memory and CPU specifications.

sudo nextflow run nf-core/smrnaseq -profile singularity \ --input test_38.csv \ --genome 'GRCh38' \ --mirtrace_species 'hsa' \ --protocol 'illumina' \ --outdir pipe_output/ \ -c nextflow.config

Is there something i am doing wrong when trying to run paired-end reads or is there a specific way to do this?

apeltzer commented 1 month ago

Just as a side node to some of the points you mentioned there:

And please don't run the pipeline with sudo, this is not necessary and if it does, there should be some misconfiguration happening on your system.

If the problem persists, please let us know and re-open the issue.