Skip to content

Commit 431ba94

Browse files
kofamscan: remove entry from sample datatable (galaxyproject#5964)
* kofamscan: remove entry from sample datatable and switch default to tabular output * profile + bump
1 parent 8f659e3 commit 431ba94

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

tools/kofamscan/kofamscan.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<tool id="kofamscan" name="KofamScan" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
1+
<tool id="kofamscan" name="KofamScan" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.01">
22
<description>gene function annotation based on KEGG orthology and HMM</description>
33
<macros>
44
<token name="@TOOL_VERSION@">1.3.0</token>
5-
<token name="@VERSION_SUFFIX@">2</token>
5+
<token name="@VERSION_SUFFIX@">3</token>
66
<xml name="reportannotation" token_selected="">
77
<param name="reportannotation" type="boolean" truevalue="--report-unannotated" falsevalue="--no-report-unannotated" checked="@SELECTED@" label="Include sequence name to outputs even if no KOs are assigned?"/>
88
</xml>
@@ -95,8 +95,8 @@ $ap.f_cond.reportannotation
9595
<param argument="-T" type="integer" value="1" label="Set threshold scale" help="The score thresholds will be multiplied by this value."/>
9696
<conditional name="f_cond">
9797
<param name="f_sel" type="select" label="Select output format">
98-
<option value="detail" selected="true">Details for each hit (including hits below threshold) (detail)</option>
99-
<option value="detail-tsv">Tab separeted values for detail format (detail-tsv)</option>
98+
<option value="detail">Details for each hit (including hits below threshold) (detail)</option>
99+
<option value="detail-tsv" selected="true">Tab separeted values for detail format (detail-tsv)</option>
100100
<option value="mapper">KEGG Mapper compatible format (mapper)</option>
101101
<option value="mapper-one-line">KEGG Mapper compatible format, but all hit KOs are listed in one line (mapper-oneline)</option>
102102
</param>
@@ -333,4 +333,4 @@ More information are available on `GitHub <https://github.com/takaram/kofam_scan
333333
<citations>
334334
<citation type="doi">10.1093/bioinformatics/btz859</citation>
335335
</citations>
336-
</tool>
336+
</tool>
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
#value<tab>name<tab>kofam_value
2-
subset.hal SUBSET test_value
1+
#value<tab>name<tab>kofam_value

0 commit comments

Comments
 (0)