This is a test version of Biostars. For the public version, visit https://www.biostars.org.
CWL: glob patterns must not start with '/'

Hi,

I have problems getting the bwa-index.cwl to work: https://github.com/common-workflow-language/workflows/blob/master/tools/bwa-index.cwl

It only works when p is specified, otherwise I get an error "glob patterns must not start with '/' " because of the absolute path in the outputBinding (inputs.input.path). Does anyone have an idea how I can fix this without using the -p option?

Thanks a lot!

cwl

1 answer

Hello sibyllewohlgemuth and thank you for asking this question.

The error was not yours. I've simplified and corrected the bwa index CWL description at https://github.com/common-workflow-language/workflows/pull/136 to fix the problem.

Cheers,

Hi Micheal, Great, thanks a lot for fixing the file! Best, Sibylle

Log in to answer this question.