bio-cwl-tools icon indicating copy to clipboard operation
bio-cwl-tools copied to clipboard

Add snp-sites tool

Open pvanheus opened this issue 4 years ago • 1 comments

Add a tool for snp-sites

pvanheus avatar Jan 01 '21 09:01 pvanheus

Question: output_options are meant to be exclusive. When I create an input object like:

sequences:
  class: File
  path: /home/pvh/Data/fasta/full_msa.fasta
  format: edam:format_1929
output_options:
  output_fasta: true
  output_phylip: true

$namespaces:
  edam: http://edamontology.org/

$schemas:
- http://edamontology.org/EDAM_1.18.owl

A warning results:

snp-sites/tests/snp-sites-test1.yml:7:3: Warning: invalid field `output_phylip`, expected one of:
                                         'output_fasta'

but I would expect execution to not continue, so comments on this would be appreciated.

pvanheus avatar Jan 01 '21 11:01 pvanheus