5
|
1 <tool id="cpo_rgi" name="cpo_rgi" version="4.0.3">
|
|
2 <description>Modified version of RGI to make it support galaxy without using a datatable by using the --local flag</description>
|
|
3 <requirements>
|
1
|
4 <requirement type="package" version="4.0.3">rgi</requirement>
|
|
5 <requirement type="package" version="2.7">python</requirement>
|
|
6 </requirements>
|
|
7 <command detect_errors="exit_code"><![CDATA[
|
|
8 rgi load -i $__tool_directory__/card202.json --local && rgi main -t contig -a BLAST -i $input -o rgiResult -n "\${GALAXY_SLOTS:-4}" --local --clean
|
|
9 ]]></command>
|
|
10
|
|
11 <inputs>
|
|
12 <param type="data" name="input" format="fasta" />
|
|
13 </inputs>
|
|
14 <outputs>
|
|
15 <data name="rgiResultTsv" format="tabular" from_work_dir="rgiResult.txt"/>
|
|
16 </outputs>
|
|
17 <help>
|
|
18 runs rgi
|
|
19 </help>
|
|
20 <citations>
|
|
21 <citation type="bibtex">
|
|
22 @misc{cpo,
|
|
23 author = {j, j},
|
|
24 year = {2018},
|
|
25 title = {cpo_prediction},
|
|
26 publisher = {j},
|
|
27 journal = {j of j},
|
|
28 url = {https://bfjia.net,
|
|
29 }</citation>
|
|
30 </citations>
|
|
31 </tool> |