Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PRESCOTT
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mustafa Tekpinar
PRESCOTT
Commits
1b57c1f9
Commit
1b57c1f9
authored
Sep 27, 2023
by
Mustafa Tekpinar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Description correction in prescott.py
parent
dc17b3f5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
prescott.py
prescott/prescott.py
+1
-1
No files found.
prescott/prescott.py
View file @
1b57c1f9
...
...
@@ -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.'
,
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment