bio-cwl-tools
bio-cwl-tools copied to clipboard
Create SnpSift_extract.cwl
This part :
- id: empty_text type: string? doc: "Represent empty fields with this value, rather than leaving them blank"
# inputBinding:# prefix: -e# position: 4
is commented because it doesn't work. cf my issue on cwl.discourse : https://cwl.discourse.group/t/when-a-string-is-a-character-it-cant-be-enclosed-in-quotes/120
Hi @hellymac I had a look at the issue you raised on discourse and things in fact (as @mr-c suggests) works as per the description. I.e. if I go: cwltool SnpSift_extract.cwl --input_vcf test01.vcf --empty_text ' ' then the space is used correctly as a separator and not "eaten up" by the shell.
This pull request has been mentioned on Common Workflow Language Discourse. There might be relevant details there:
https://cwl.discourse.group/t/when-a-string-is-a-character-it-cant-be-enclosed-in-quotes/120/4