nf-core / slamseq

SLAMSeq processing and analysis pipeline
https://nf-co.re/slamseq
MIT License
7 stars 8 forks source link

Exception evaluating property 'reads' for nextflow.util.ArrayTuple #15

Open drowsygoat opened 4 years ago

drowsygoat commented 4 years ago

I am trying to run a slamseq pipeline using test profile, but it hangs with the following message:

ERROR ~ No such variable: Exception evaluating property 'reads' for nextflow.util.ArrayTuple, Reason: groovy.lang.MissingPropertyException: No such property: reads for class: sun.nio.fs.UnixPath
Possible solutions: class

 -- Check script 'main.nf' at line: 351 or see '.nextflow.log' file for more details
libingnan11 commented 3 years ago

did you get any answer? I have the same problem

gkanogiannis commented 2 years ago

I get the same error when I disable trimming (skip_trimming:true).