-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pipeline Execution Failure: MissingMethodException for LinkedList.getFileSystem in Nextflow 23.10.0 #536
Comments
Thanks for the report! Edit: What I wrote initially seems to be not true (that no direct raw read input is accepted), so here I attempt to correct: I was initially pointing out that this code block doesnt accept fastq data, but actually, it doesnt lead anywhere and should be removed: Lines 18 to 25 in ba72349
This part here does seem problematic because it says that a csv is expected but this seems to be not properly checked: Lines 15 to 24 in ba72349
I am not certain what the problem might be at that point. |
Thanks to a team effort of @d4straub @mahesh-panchal @nvnieuwk we identified it to just a the problem with a mis-specified nextflow schema. So 'direct' inpout of FASTQ files is indeed still supported 👍 Fix incoming :) |
Nice work, but why you kept in #537 the code in Lines 18 to 25 in ba72349
I thought its not used, did I miss something? What about Lines 13 to 16 in ba72349
|
Good point! I'll investigate |
So indeed However we should review if we can strip any of those QC checks out as indeed some should be covered by the I will make a new issue for this, and a PR removing hasExtension |
Description of the bug
Encountering a
MissingMethodException
when executing the nf-core/mag pipeline, specifically related to thejava.util.LinkedList.getFileSystem()
.Steps to Reproduce
nextflow run nf-core/mag -profile docker --input 'fastq_files/*.fastq.gz' --outdir mag-results
Program output
Extract from .nextflow.log:
Running with docker/test profiles worked:
Environment
Java Version
Nextflow version
System information
The text was updated successfully, but these errors were encountered: