Skip to content
Snippets Groups Projects
Commit 1e0d91e9 authored by Ashrith Sagar Yedlapalli's avatar Ashrith Sagar Yedlapalli :speech_balloon:
Browse files

c0.17.9 grasp in -h

parent 18425bba
No related branches found
No related tags found
No related merge requests found
......@@ -389,7 +389,7 @@ def format_input(contents):
def main():
# For the command line parser.
parser = argparse.ArgumentParser(prog='pep_mod', description='Peptide modifications generator')
parser = argparse.ArgumentParser(prog='grasp', description='Generating Random Alanine Scanned Peptides')
parser.add_argument('input_file', type=str, help='Input file [.txt]')
parser.add_argument('-o', '--output', dest='output_file', type=str, help='Output filename')
parser.add_argument('-d', '--dipeptide', action='store_true', help='Dipeptides match')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment