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
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.
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.
Just as a side node to some of the points you mentioned there:
The pipeline should only use SE data, not PE - the read length of a SE read is already longer than what we target to analyze - the fastq_2 is therefore not considered
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?
The text was updated successfully, but these errors were encountered: