Open leipzig opened 3 years ago
Please use v4.0.0 that should be stable.
The error signifies that your SampleConfigFile does not have an extension, but you provided: RNAseq.sampleConfigFile": "https://raw.githubusercontent.com/biowdl/RNA-seq/develop/tests/samplesheets/Rna3PairedEnd.yml
. So probably cromwell changes the extension during the download process. This should be visible in the full log.
Can you try downloading the samplesheet first and adding it as a file path instead of a URI?
That works, or at least progresses to the same problem with chunked_scatter
. It appears Cromwell renames https URI'ed files for security purposes
#using https://
└── -239497156
└── 7793893292351066636
#using local filesystem
└── -153306629
└── Rna3PairedEnd.yml
The easiest way forward for me at this point might be a flag to allow explicit file types to be passed to https://github.com/biowdl/biowdl-input-converter rather than rely on autodetection. I'll try to cook up a PR.
https://github.com/biowdl/biowdl-input-converter/pull/12 of course, files list in the yaml must be found somehow
Hi I am interested in hosting this workflow on a Cromwell-enabled platform, but I've been seeing errors even trying it locally with both the stable and develop branches using these inputs derived from your internal tests
On v4.0.0 I see:
On develop I see:
Either of these might be easy to resolve but I'm not sure what direction I should take. Thanks!