Mercurial > repos > thanhlv > kaptive
annotate kaptive.xml @ 3:33ca42aba93a draft default tip
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit f07ab842192ee3d9d1cc46c1de3c542213152a31-dirty"
| author | thanhlv |
|---|---|
| date | Tue, 19 Oct 2021 09:32:23 +0000 |
| parents | 62f30507967c |
| children |
| rev | line source |
|---|---|
|
0
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
1 <tool id="kaptive" name="kaptive" version="@VERSION@"> |
|
1
18715fde5904
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit 78cfc7b7bd7386c217ee8d3dc8e2c64c78b2b0bf-dirty"
thanhlv
parents:
0
diff
changeset
|
2 <description> reports surface polysaccharide loci for Klebsiella and Acinetobacter baumannii genome assemblies</description> |
|
0
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
3 <macros> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
4 <token name="@VERSION@">0.7.3</token> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
5 </macros> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
6 <requirements> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
7 <requirement type="package" version="@VERSION@">kaptive</requirement> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
8 </requirements> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
9 <version_command>kaptive.py --version</version_command> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
10 <command detect_errors="exit_code"><![CDATA[ |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
11 #import re |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
12 #for $counter, $input in enumerate($assemblies): |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
13 #set $name = re.sub('[^\w\-\.]', '_', str($input.element_identifier)) |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
14 ln -s '$input' ${name}.fasta && |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
15 #end for |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
16 kaptive.py |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
17 --verbose |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
18 -a *.fasta |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
19 -k '$ref' |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
20 #if $allelic_typing: |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
21 -g '$allelic_typing' |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
22 #end if |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
23 -t \${GALAXY_SLOTS:-4} |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
24 $no_seq_out |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
25 $no_json |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
26 --start_end_margin '$start_end_margin' |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
27 --min_gene_cov '$min_gene_cov' |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
28 --min_gene_id '$min_gene_id' |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
29 --low_gene_id '$low_gene_id' |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
30 --min_assembly_piece '$min_assembly_piece' |
|
2
62f30507967c
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit f07ab842192ee3d9d1cc46c1de3c542213152a31-dirty"
thanhlv
parents:
1
diff
changeset
|
31 --gap_fill_size '$gap_fill_size' |
|
62f30507967c
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit f07ab842192ee3d9d1cc46c1de3c542213152a31-dirty"
thanhlv
parents:
1
diff
changeset
|
32 #if $locus_label: |
|
62f30507967c
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit f07ab842192ee3d9d1cc46c1de3c542213152a31-dirty"
thanhlv
parents:
1
diff
changeset
|
33 --locus_label '$locus_label' |
|
0
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
34 #end if |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
35 > $output |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
36 ]]> </command> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
37 |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
38 <inputs> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
39 <param name="assemblies" type="data" format="fasta" multiple="true" label="Assembly"/> |
|
3
33ca42aba93a
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit f07ab842192ee3d9d1cc46c1de3c542213152a31-dirty"
thanhlv
parents:
2
diff
changeset
|
40 <param name="ref" type="data" format="genbank" label="Reference" help="Genbank format"/> |
|
0
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
41 <param name="allelic_typing" type="data" format="fasta" optional="true" label="Allelic Typing input" help="Optional"/> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
42 <param argument="--verbose" type="boolean" truevalue="--verbose" falsevalue="" checked="True" label="Suppress output files of sequences matching locus" /> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
43 <param argument="--no_seq_out" type="boolean" truevalue="--no_seq_out" falsevalue="" checked="False" label="Suppress output files of sequences matching locus" /> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
44 <param argument="--no_json" type="boolean" truevalue="--no_json" falsevalue="" checked="True" label="Suppress output of JSON file" /> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
45 <param argument="--start_end_margin" type="integer" value="10" label="Missing bases at the ends of locus allowed in a perfect match" /> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
46 <param argument="--min_gene_cov" type="float" value="90.0" max="100.0" label="Minimum required percent coverage for genes" /> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
47 <param argument="--min_gene_id" type="float" value="80.0" max="100.0" label="Minimum required percent identity for genes" /> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
48 <param argument="--low_gene_id" type="float" value="95.0" max="100.0" label="Genes with a percent identity below this value will be flagged as low identity" /> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
49 <param argument="--min_assembly_piece" type="integer" value="100" label="Minimum locus matching assembly piece to return" /> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
50 <param argument="--gap_fill_size" type="integer" value="100" label="Gap fill size" help="When separate parts of the assembly are found within this distance, they will be merged" /> |
|
2
62f30507967c
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit f07ab842192ee3d9d1cc46c1de3c542213152a31-dirty"
thanhlv
parents:
1
diff
changeset
|
51 <param argument="--locus_label" type="text" label="Locus label" optional="true" help="In the Genbank file, the source feature must have a note identifying the locus name, starting with this label followed by a colon (e.g. /note='K locus: K1')" /> |
|
0
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
52 </inputs> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
53 |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
54 <outputs> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
55 <data name="output" format="txt" label="${tool.name} on ${on_string} Log"/> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
56 <data name="results_table" format="tabular" from_work_dir="kaptive_results_table.txt" label="${tool.name} on ${on_string} Result table"/> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
57 <data name="results_json" format="json" from_work_dir="kaptive_results_table.txt" label="${tool.name} on ${on_string} Result json"> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
58 <filter>no_json is False</filter> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
59 </data> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
60 <collection name="list_fasta" type="list" label="Locus matching sequences"> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
61 <filter>no_seq_out is False</filter> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
62 <discover_datasets pattern="kaptive_results(?P<designation>[a-zA-Z0-9\-\_]+)\.fasta$" ext="fasta" directory="./" /> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
63 </collection> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
64 </outputs> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
65 <tests> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
66 <test> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
67 <param name="assemblies" value="exact_match" /> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
68 <param name="ref" value="Klebsiella_o_locus_primary_reference.gbk" /> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
69 <param name="allelic_typing" value="wzi_wzc_db.fasta" /> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
70 <output name="output" file="output.txt" ftype="txt" /> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
71 <output name="results_table" file="kaptive_results_table.txt" ftype="tabular" /> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
72 </test> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
73 </tests> |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
74 <help><![CDATA[ |
|
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
75 ]]> </help> |
|
2
62f30507967c
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit f07ab842192ee3d9d1cc46c1de3c542213152a31-dirty"
thanhlv
parents:
1
diff
changeset
|
76 <citations> |
|
62f30507967c
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit f07ab842192ee3d9d1cc46c1de3c542213152a31-dirty"
thanhlv
parents:
1
diff
changeset
|
77 <citation type="doi">10.1099/mgen.0.000102</citation> |
|
62f30507967c
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit f07ab842192ee3d9d1cc46c1de3c542213152a31-dirty"
thanhlv
parents:
1
diff
changeset
|
78 <yield /> |
|
62f30507967c
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit f07ab842192ee3d9d1cc46c1de3c542213152a31-dirty"
thanhlv
parents:
1
diff
changeset
|
79 </citations> |
|
0
3e11d50307ce
"planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/kaptive commit fbfc04c5de0c8a92a69b30fdaec4929f95e8cc3d-dirty"
thanhlv
parents:
diff
changeset
|
80 </tool> |
