comparison data_manager/pima_pv_downloader.xml @ 0:9972e1e07347 draft default tip

Uploaded
author greg
date Mon, 12 Dec 2022 15:02:14 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9972e1e07347
1 <tool id="pima_pv_downloader" name="PIMA pv data manager" tool_type="manage_data" profile="21.09" version="1.0.0">
2 <description>Download plasmids_and_vectors.fasta files</description>
3 <requirements>
4 <requirement type="package" version="3.10.6">python</requirement>
5 </requirements>
6 <command detect_errors="exit_code"><![CDATA[
7 python '$__tool_directory__/pima_pv_downloader.py'
8 --out_file '$out_file'
9 --url '$url'
10 ]]>
11 </command>
12 <inputs>
13 <param name="url" type="text" value="http://pima.appliedbinf.com/data/plasmids_and_vectors.fasta" label="URL to download the plasmids_and_vectors.fasta file"/>
14 </inputs>
15 <outputs>
16 <data name="out_file" format="data_manager_json"/>
17 </outputs>
18 <tests>
19 <test>
20 <param name="url" value="http://pima.appliedbinf.com/data/plasmids_and_vectors.fasta"/>
21 <output name="out_file" value="pima_pv.json" compare="contains"/>
22 </test>
23 </tests>
24 <help><![CDATA[
25 This tool downloads the current PIMA plasmids_and_vectors.fasta file for use by various PIMA tools.
26 ]]></help>
27 <citations>
28 <citation type="doi">10.1038/s41598-019-49700-1</citation>
29 </citations>
30 </tool>