Skip to content

Commit

Permalink
Changes default PhyloPhlAn mode to fast
Browse files Browse the repository at this point in the history
  • Loading branch information
abmiguez authored Jun 3, 2021
1 parent d26395b commit 8b036c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaphlan/strainphlan.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def read_params():
help="Threshold defining the minimun number of markers to keep a sample")
p.add_argument('--secondary_sample_with_n_markers', type=int, default=20,
help="Threshold defining the minimun number of markers to keep a secondary sample")
p.add_argument('--phylophlan_mode', choices=PHYLOPHLAN_MODES, default='accurate',
p.add_argument('--phylophlan_mode', choices=PHYLOPHLAN_MODES, default='fast',
help="The presets for fast or accurate phylogenetic analysis")
p.add_argument('--phylophlan_configuration', type=str, default=None,
help="The PhyloPhlAn configuration file")
Expand Down

0 comments on commit 8b036c9

Please sign in to comment.