Skip to content

Commit

Permalink
Update run_lefse.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Beghini authored Jun 1, 2021
1 parent 6f1c434 commit 9dd0f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_lefse.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from lefse import *

def read_params(args):
parser = argparse.ArgumentParser(description='LEfSe 1.0')
parser = argparse.ArgumentParser(description='LEfSe 1.1.01')
parser.add_argument('input_file', metavar='INPUT_FILE', type=str, help="the input file")
parser.add_argument('output_file', metavar='OUTPUT_FILE', type=str,
help="the output file containing the data for the visualization module")
Expand Down

0 comments on commit 9dd0f2b

Please sign in to comment.