Skip to content

Commit

Permalink
Bux Fix for Metaphlan3 : Renamed --unknown-estimation parameter to …
Browse files Browse the repository at this point in the history
…`--unclassified-estimation` (#5979)

* Bux Fix: Renamed --unknown-estimation parameter to --unclassified-estimation

* Version Suffix Bump
  • Loading branch information
SaimMomin12 authored Apr 30, 2024
1 parent 908fb91 commit b8bc892
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion tools/metaphlan/macros.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<macros>
<token name="@TOOL_VERSION@">4.0.6</token>
<token name="@VERSION_SUFFIX@">2</token>
<token name="@VERSION_SUFFIX@">3</token>
<token name="@PROFILE@">22.05</token>
<!-- Metaphlan DB compatible with this version of Metaphlan
v4 introduced single genome level bins (SGB) and the index syntax differs from previous versions -->
Expand Down
18 changes: 9 additions & 9 deletions tools/metaphlan/metaphlan.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ metaphlan
$out.use_group_representative
$out.legacy_output
$out.CAMI_format_output
$out.unknown_estimation
$out.unclassified_estimation
-o '$output_file'
--bowtie2out 'bowtie2out'
-s '$sam_output_file'
Expand Down Expand Up @@ -347,7 +347,7 @@ python '$__tool_directory__/formatoutput.py'
label="Old MetaPhlAn2 two columns output?"/>
<param argument="--CAMI_format_output" type='boolean' checked="false" truevalue='--CAMI_format_output' falsevalue=''
label="Report the profiling using the CAMI output format?"/>
<param argument="--unknown_estimation" type='boolean' checked="false" truevalue='--unknown_estimation' falsevalue=''
<param argument="--unclassified_estimation" type='boolean' checked="false" truevalue='--unclassified_estimation' falsevalue=''
label="Scale relative abundances to the number of reads mapping to known clades in order to estimate unknowness?"/>
<param name="krona_output" type='boolean' checked="false" truevalue='true' falsevalue='false' label="Output for Krona?"/>
</section>
Expand Down Expand Up @@ -412,7 +412,7 @@ python '$__tool_directory__/formatoutput.py'
<param name="use_group_representative" value="false"/>
<param name="legacy_output" value="false"/>
<param name="CAMI_format_output" value="false"/>
<param name="unknown_estimation" value="false"/>
<param name="unclassified_estimation" value="false"/>
<param name="krona_output" value="true"/>
</section>
<output name="output_file" ftype="tabular">
Expand Down Expand Up @@ -559,7 +559,7 @@ python '$__tool_directory__/formatoutput.py'
<param name="use_group_representative" value="false"/>
<param name="legacy_output" value="false"/>
<param name="CAMI_format_output" value="false"/>
<param name="unknown_estimation" value="false"/>
<param name="unclassified_estimation" value="false"/>
<param name="krona_output" value="true"/>
</section>
<output name="output_file" ftype="tabular" file="SRS014464-Anterior_nares-abundances.tabular" compare="sim_size">
Expand Down Expand Up @@ -705,7 +705,7 @@ python '$__tool_directory__/formatoutput.py'
<param name="use_group_representative" value="false"/>
<param name="legacy_output" value="false"/>
<param name="CAMI_format_output" value="false"/>
<param name="unknown_estimation" value="false"/>
<param name="unclassified_estimation" value="false"/>
<param name="krona_output" value="false"/>
</section>
<output name="output_file" ftype="tabular" file="SRS014464-Anterior_nares-abundances.tabular" compare="sim_size">
Expand Down Expand Up @@ -776,7 +776,7 @@ python '$__tool_directory__/formatoutput.py'
<param name="use_group_representative" value="false"/>
<param name="legacy_output" value="false"/>
<param name="CAMI_format_output" value="false"/>
<param name="unknown_estimation" value="false"/>
<param name="unclassified_estimation" value="false"/>
<param name="krona_output" value="false"/>
</section>
<output name="output_file" ftype="tabular" file="SRS014464-Anterior_nares-abundances.tabular" compare="sim_size">
Expand Down Expand Up @@ -838,7 +838,7 @@ python '$__tool_directory__/formatoutput.py'
<param name="use_group_representative" value="false"/>
<param name="legacy_output" value="false"/>
<param name="CAMI_format_output" value="false"/>
<param name="unknown_estimation" value="false"/>
<param name="unclassified_estimation" value="false"/>
<param name="krona_output" value="false"/>
</section>
<output name="output_file" ftype="tabular" file="SRS014464-Anterior_nares-abundances.tabular" compare="sim_size">
Expand Down Expand Up @@ -897,7 +897,7 @@ python '$__tool_directory__/formatoutput.py'
<param name="use_group_representative" value="false"/>
<param name="legacy_output" value="false"/>
<param name="CAMI_format_output" value="false"/>
<param name="unknown_estimation" value="false"/>
<param name="unclassified_estimation" value="false"/>
<param name="krona_output" value="false"/>
</section>
<output name="output_file" ftype="tabular" file="SRS014464-Anterior_nares-abundances.tabular" compare="sim_size">
Expand Down Expand Up @@ -957,7 +957,7 @@ python '$__tool_directory__/formatoutput.py'
<param name="use_group_representative" value="false"/>
<param name="legacy_output" value="true"/>
<param name="CAMI_format_output" value="false"/>
<param name="unknown_estimation" value="false"/>
<param name="unclassified_estimation" value="false"/>
<param name="krona_output" value="true"/>
</section>
<output name="output_file" ftype="tabular" file="SRS014464-Anterior_nares-legacy-abundances.tabular" compare="sim_size">
Expand Down

0 comments on commit b8bc892

Please sign in to comment.