We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was unable to validate a parameter that was denied as file-path and should be file-path-pattern instead. Example that needed to be changed:
file-path
file-path-pattern
"genomes": { "type": "string", "description": "Path to fasta genome files", "format": "file-path", "default": "./test/GENOMES/*_gDNA-subsetted.fasta.gz" },
d'oct.-23 12:32:26.733 [main] DEBUG nextflow.Session - Session aborted -- Cause: No signature of method: java.util.LinkedList.getFileSystem() is applicable for argument types: () values: [] d'oct.-23 12:32:26.747 [main] ERROR nextflow.cli.Launcher - @unknown
The text was updated successfully, but these errors were encountered:
Added in #73
Sorry, something went wrong.
No branches or pull requests
I was unable to validate a parameter that was denied as
file-path
and should befile-path-pattern
instead. Example that needed to be changed:The text was updated successfully, but these errors were encountered: