Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tivdnbos authored Aug 9, 2021
1 parent 36264bd commit db48b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/pout2prot/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# handling of command line (or config file) arguments
def parse_args():
parser = argparse.ArgumentParser(description=__doc__)
parser.add_argument("input", help="A single pout file, or folder containing all input pout files that should be processed.")
parser.add_argument("input", help="A single pout file, folder containing all input pout files, or folder with sub folders (sample categories) containing pout files.")
parser.add_argument("groups_output_file", help="File to which the found protein groups should be written to.")
parser.add_argument("subgroups_output_file", help="File to which the found protein subgroups should be written to.")
parser.add_argument("--occam", action="store_true", help="Use Occam's razor during the computation of the grouping process.", default=False)
Expand Down

0 comments on commit db48b17

Please sign in to comment.