Mercurial > repos > guerler > springsuite
comparison planemo/lib/python3.7/site-packages/cwltool/tests/utf_doc_example.cwl @ 0:d30785e31577 draft
"planemo upload commit 6eee67778febed82ddd413c3ca40b3183a3898f1"
author | guerler |
---|---|
date | Fri, 31 Jul 2020 00:18:57 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:d30785e31577 |
---|---|
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 |