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