Mercurial > repos > kkonganti > centrifuge_process
changeset 3:91a82cbaf263 tip
"planemo upload"
author | kkonganti |
---|---|
date | Wed, 22 Jun 2022 17:20:27 -0400 |
parents | 5860f4569cda |
children | |
files | centrifuge_process.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/centrifuge_process.xml Wed Jun 22 17:09:17 2022 -0400 +++ b/centrifuge_process.xml Wed Jun 22 17:20:27 2022 -0400 @@ -8,9 +8,9 @@ $__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" /> - <param type="data" name="input2" format="txt" /> - <param type="text" name="input3" format="txt" /> + <param label="Centrifuge Output" type="data" name="input1" format="txt" /> + <param label="Centrifuge Report (from --report-file)" type="data" name="input2" format="txt" /> + <param label="Bug name to extract read IDs by" type="text" name="input3" format="txt" /> </inputs> <outputs> <data name="output" format="txt" from_work_dir="processed-centrifuge-bug-ids.txt" />