How can I Write the workflow including too much inputs params
1
0
Entering edit mode
4.8 years ago
lizhichao ▴ 80

As the title,I have wrapped some bioinformatics tools including bwa,markdup,bqsr,haploytpe,genotype,vqsr. And I expose a little more params in [inputs] fields in every tool. But most of the params is not required, so can I ignore the inputs params in [inputs] field at workflow.cwl?

2) And I have the another question: when I try to dragging tools to to my workflow by rabix ,some tools' inputs port losed.why?

cwl • 927 views
ADD COMMENT
1
Entering edit mode

I'm not sure i understand correctly. If you mark input parameters as optional like this

inputs:
  reads:
    type: File?
    inputBinding:
        prefix: -r

Then the workflow won't have to provide these inputs to the tool.

ADD REPLY
0
Entering edit mode
4.8 years ago
lizhichao ▴ 80

emm.I find the [hide] option of the tool losing port

ADD COMMENT

Login before adding your answer.

Traffic: 2650 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6