Mercurial > repos > iuc > data_manager_vsnp_genbank
annotate data_manager/vsnp_genbank_fetcher.xml @ 0:efed56c325da draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
author | iuc |
---|---|
date | Sat, 09 May 2020 17:27:45 -0400 |
parents | |
children |
rev | line source |
---|---|
0
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
2 <tool id="vsnp_genbank_fetcher" name="vSNP Genbank data manager" tool_type="manage_data" profile="18.09" version="0.0.8"> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
3 <description>Download vSNP Genbank files</description> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
4 <requirements> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
5 <requirement type="package" version="3.7">python</requirement> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
6 </requirements> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
8 python '$__tool_directory__/vsnp_genbank_fetcher.py' |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
9 --dbkey '${all_fasta_source.fields.dbkey}' |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
10 --name '${all_fasta_source.fields.name}' |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
11 --out_file '$out_file' |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
12 --url '$url' |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
13 ]]> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
14 </command> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
15 <inputs> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
16 <param name="all_fasta_source" type="select" label="FASTA reference"> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
17 <options from_data_table="all_fasta"/> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
18 </param> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
19 <param name="url" type="text" value="" label="URL to download the Genbank file associated with the selected FASTA reference" optional="False" /> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
20 </inputs> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
21 <outputs> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
22 <data name="out_file" format="data_manager_json" /> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
23 </outputs> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
24 <tests> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
25 <test> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
26 <param name="all_fasta_source" value="AF2122"/> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
27 <param name="url" value="https://github.com/USDA-VS/vSNP_reference_options/raw/master/Mycobacterium_AF2122/NC_002945v4.gbk"/> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
28 <output name="out_file" value="vsnp_genbank.json" compare="contains"/> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
29 </test> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
30 </tests> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
31 <help><![CDATA[ |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
32 This tool fetches a vSNP Genbank file associated with each supported genome reference to populate the vsnp_genbank data table. The dbkey and name fields |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
33 in the vsnp data table are inherited from the *all_fasta* data table, so no user entry is necessary. These public vSNP Genbank files are available in GitHub |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
34 at https://github.com/USDA-VS/vSNP_reference_options. |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
35 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
36 * **Mycobacterium bovis AF2122/97** |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
37 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
38 * **Genbank file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Mycobacterium_AF2122/NC_002945v4.gbk |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
39 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
40 * **Brucella abortus bv. 1 str. 9-941** |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
41 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
42 * **Genbank file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_abortus1/NC_006932-NC_006933.gbk |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
43 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
44 * **Brucella abortus strain BER** |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
45 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
46 * **Genbank file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_abortus3/NZ_CP007682-NZ_CP007683.gbk |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
47 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
48 * **Brucella canis ATCC 23365** |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
49 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
50 * **Genbank file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_canis/NC_010103-NC_010104.gbk |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
51 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
52 * **Brucella ceti TE10759-12** |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
53 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
54 * **Genbank file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_ceti2/NC_022905-NC_022906.gbk |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
55 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
56 * **Brucella melitensis bv. 1 str. 16M** |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
57 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
58 * **Genbank file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_melitensis-bv1/NC_003317-NC_003318.gbk |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
59 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
60 * **Brucella melitensis bv. 3 str. Ether** |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
61 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
62 * **Genbank file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_melitensis-bv3/NZ_CP007760-NZ_CP007761.gbk |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
63 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
64 * **Brucella melitensis BwIM_SOM_36b** |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
65 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
66 * **Genbank file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_melitensis-bv1b/NZ_CP018508-NZ_CP018509.gbk |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
67 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
68 * **Brucella melitensis ATCC 23457** |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
69 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
70 * **Genbank file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_melitensis-bv2/NC_012441-NC_012442.gbk |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
71 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
72 * **Brucella ovis ATCC 25840** |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
73 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
74 * **Genbank file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_ovis/NC_009505-NC_009504.gbk |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
75 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
76 * **Brucella suis 1330** |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
77 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
78 * **Genbank file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_suis1/NC_017251-NC_017250.gbk |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
79 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
80 * **Mycobacterium tuberculosis H37Rv** |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
81 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
82 * **Genbank file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Mycobacterium_H37/NC_000962.gbk |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
83 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
84 * **Mycobacterium avium subsp. paratuberculosis strain Telford** |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
85 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
86 * **Genbank file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/para-CP033688/CP033688.gbk |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
87 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
88 * **Mycobacterium avium subsp. paratuberculosis K-10** |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
89 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
90 * **Genbank file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/para-NC002944/NC_002944.gbk |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
91 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
92 * **Brucella suis ATCC 23445** |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
93 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
94 * **Genbank file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_suis2/NC_010169-NC_010167.gbk |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
95 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
96 * **Brucella suis bv. 3 str. 686** |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
97 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
98 * **Genbank file** https://github.com/USDA-VS/vSNP_reference_options/raw/master/Brucella_suis3/NZ_CP007719-NZ_CP007718.gbk |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
99 |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
100 ]]></help> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
101 <citations> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
102 </citations> |
efed56c325da
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_vsnp_genbank commit 31f4453e44da62788efd01736ed57ad483383b09"
iuc
parents:
diff
changeset
|
103 </tool> |