Mercurial > repos > kkonganti > centrifuge_process
diff centrifuge_process.xml @ 2:5860f4569cda
"planemo upload"
author | kkonganti |
---|---|
date | Wed, 22 Jun 2022 17:09:17 -0400 |
parents | 48eebe68ec69 |
children | 91a82cbaf263 |
line wrap: on
line diff
--- a/centrifuge_process.xml Wed Jun 22 16:56:23 2022 -0400 +++ b/centrifuge_process.xml Wed Jun 22 17:09:17 2022 -0400 @@ -1,11 +1,11 @@ -<tool id="centrifuge_process" name="Take in centrifuge output, report, FASTQ and extract sequence IDs belonging to user supplied taxa name of interest." version="0.1.0" python_template_version="3.5"> +<tool id="centrifuge_process" name="centrifuge_process" version="0.1.0" python_template_version="3.5"> <requirements> <requirement type="package" version="3.9">python</requirement> <requirement type="package">biopython</requirement> <requirement type="package">pandas</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ - $__tool_directory__/process_centrifuge_output.py -o '$input1' -r '$input2' -b '$input3' -t FAL11127.process-centrifuge-bug-ids.txt + $__tool_directory__/process_centrifuge_output.py -o '$input1' -r '$input2' -b '$input3' -t processed-centrifuge-bug-ids.txt ]]></command> <inputs> <param type="data" name="input1" format="txt" /> @@ -13,14 +13,14 @@ <param type="text" name="input3" format="txt" /> </inputs> <outputs> - <data name="output" format="txt" from_work_dir="FAL11127.process-centrifuge-bug-ids.txt" /> + <data name="output" format="txt" from_work_dir="processed-centrifuge-bug-ids.txt" /> </outputs> <tests> <test> <param name="input1" value="FAL11127.centrifuge.output.txt"/> <param name="input2" value="FAL11127.centrifuge.report.txt"/> <param name="input3" value="Escherichia coli"/> - <output name="output" file="FAL11127.process-centrifuge-bug-ids.txt"/> + <output name="output" file="processed-centrifuge-bug-ids.txt"/> </test> </tests> <help><![CDATA[