Closed toniher closed 1 month ago
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
Added in #73
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: