comparison env/lib/python3.9/site-packages/cwltool/tests/utf_doc_example.cwl @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4f3585e2f14b
1 #!/usr/bin/env cwl-runner
2 cwlVersion: v1.0
3 class: CommandLineTool
4 inputs:
5 sequenceFile:
6 label: "Sequence file in FASTA format"
7 doc: |
8 Input sequence file in FASTA format (not compressed/zipped!).
9 Can be an assembled genome (genome mode) or transcriptome (DNA,
10 transcriptome mode), or protein sequences from an annotated gene set
11 (proteins mode).
12 NB: select just one transcript/protein per gene for your input,
13 otherwise they will appear as ‘Duplicated’ matches.
14 # note the "smart quotes" around the word Duplicated above, they are
15 # non-ASCII
16 type: string
17 baseCommand: echo
18
19 outputs: []
20