Skip to content

Commit

Permalink
update mykrobe_parser for user request
Browse files Browse the repository at this point in the history
  • Loading branch information
DarianHole authored Oct 18, 2023
1 parent 077a661 commit 41a30e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/mykrobe_parser/mykrobe_parser.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="mykrobe_parseR" name="mykrobe_parseR" version="@VERSION@+galaxy1" profile="16.04">
<tool id="mykrobe_parseR" name="mykrobe_parseR" version="@VERSION@+galaxy2" profile="16.04">
<macros>
<token name="@VERSION@">0.1.4.1</token>
</macros>
Expand Down Expand Up @@ -71,8 +71,8 @@
label="Name of Run"/>
</inputs>
<outputs>
<data name="output_jsondata" from_work_dir="output-jsondata.csv" format="csv" label="jsondata"/>
<data name="output_report" from_work_dir="output-report.csv" format="csv" label="report"/>
<data name="output_jsondata" from_work_dir="output-jsondata.csv" format="csv" label="Mykrobe jsondata"/>
<data name="output_report" from_work_dir="output-report.csv" format="csv" label="Mykrobe report"/>
</outputs>
<tests>
<test>
Expand Down

0 comments on commit 41a30e1

Please # to comment.