Commit 1b57c1f9 by Mustafa Tekpinar

Description correction in prescott.py

parent dc17b3f5
......@@ -144,7 +144,7 @@ def getGnomADOverallFrequency(infile, usePopMax="true"):
def main():
# Adding the main parser
main_parser = argparse.ArgumentParser(description=\
"A Python toolkit to prepare, modify, visualize and analyze deep mutational scanning (DMS) data of proteins.")
"PRESCOTT is used to incorporate GnomAD frequency information into missense mutation scores of ESCOTT.")
main_parser.add_argument('-e', '--escottfile', dest='escottfile', type=str, \
help='Main input for prescott is an ESCOTT single point mutation file.', \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment