Mercurial > repos > iuc > legsta
annotate legsta.xml @ 0:243c19535669 draft
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
| author | iuc |
|---|---|
| date | Mon, 21 Feb 2022 20:23:09 +0000 |
| parents | |
| children | 325ded2d237a |
| rev | line source |
|---|---|
|
0
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
1 <tool id="legsta" name="legsta" version="@TOOL_VERSION@" profile="20.01"> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
2 <description>Legionella pneumophila sequence based typing</description> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
3 |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
4 <macros> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
5 <import>macros.xml</import> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
6 </macros> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
7 <expand macro="requirements"/> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
8 |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
9 <command detect_errors="exit_code"><![CDATA[ |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
10 legsta |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
11 |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
12 $noheader |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
13 $csv |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
14 |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
15 #for $i in $contigs |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
16 '$i' |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
17 #end for |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
18 |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
19 > '$output' |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
20 ]]></command> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
21 |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
22 <inputs> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
23 <param type="data" name="contigs" format="genbank,embl,gff,gff3,fasta,fasta.gz,fastq,fastq.gz,clustal,stockholm" multiple="true" label="Contigs" help="One or more input files in FASTA, FASTQ, Genbank, EMBL, Clustal, Stockholm or GFF format." /> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
24 <param name="noheader" type="boolean" argument="--noheader" truevalue="--noheader" falsevalue="" label="Remove table header" help="Removes the table header from the output (ie. FILE SBT flaA ...)" /> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
25 <param name="csv" type="boolean" argument="--csv" truevalue="--csv" falsevalue="" label="CSV output" help="Prints the output in comma-separated value format instead of tab-separated value format." /> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
26 </inputs> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
27 |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
28 <outputs> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
29 <data name="output" format="tabular"> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
30 <change_format> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
31 <when input="csv" value="--csv" format="csv" /> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
32 <when input="csv" value="" format="tabular" /> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
33 </change_format> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
34 </data> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
35 </outputs> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
36 |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
37 <tests> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
38 <test> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
39 <param name="contigs" ftype="fasta" value="NC_006368.fna.bz2"/> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
40 <param name="csv" value="true"/> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
41 <output name="output"> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
42 <assert_contents> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
43 <has_text text="SBT,flaA,pilE,asd,mip,mompS,proA,neuA" /> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
44 <has_text text="1,1,4,3,1,1,1,1" /> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
45 </assert_contents> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
46 </output> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
47 </test> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
48 </tests> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
49 |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
50 <help> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
51 In silico sequence based typing (SBT) of Legionella pneumophila. |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
52 |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
53 The purpose of the Legionella pneumophila SBT scheme is to provide a rapid and easily comparable method for the epidemiological typing of clinical and environmental isolates of Legionella pneumophila in outbreak investigations. |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
54 </help> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
55 |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
56 <citations> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
57 <citation type="bibtex"> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
58 @misc{githublegsta, |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
59 author = {Seemann, Torsten and Da Silva, Anders Goncalves, and Buultjens, Andrew, and Kwong, Jason}, |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
60 title = {legsta}, |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
61 publisher = {GitHub}, |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
62 journal = {GitHub repository}, |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
63 url = {https://github.com/tseemann/legsta}, |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
64 }</citation> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
65 </citations> |
|
243c19535669
"planemo upload for repository https://github.com/tseemann/legsta commit 19e59e87fedc1e6a85e946e3be15d165c16f4275"
iuc
parents:
diff
changeset
|
66 </tool> |
