Skip to content

Commit

Permalink
Update tools/maaslin2/maaslin2.xml
Browse files Browse the repository at this point in the history
Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
renu-pal and bgruening authored Apr 3, 2024
1 parent 3918739 commit ea393cd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tools/maaslin2/maaslin2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ cd outputFolder && mkdir -p figures/ && cp *.pdf figures
<option value="ZINB">ZINB</option>
</param>
<param argument="--correction" type="select" value="BH" multiple="true" optional="true" label="Correction" help="The correction method for computing the q-value">
<option value="holm">holm</option>
<option value="hochberg">hochberg</option>
<option value="hommel">hommel</option>
<option value="bonferroni">bonferroni</option>
<option value="BH">BH</option>
<option value="BY">BY</option>
<option value="holm">holm</option>
<option value="hochberg">hochberg</option>
<option value="hommel">hommel</option>
<option value="bonferroni">bonferroni</option>
<option value="BH">BH</option>
<option value="BY">BY</option>
</param>
<param argument="--standardize" type="boolean" truevalue="--standardize TRUE" falsevalue="--standardize FALSE" checked="true" label="Apply z-score so continuous metadata are on the same scale"/>
</section>
Expand Down

0 comments on commit ea393cd

Please sign in to comment.