Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
8c95493f
"tests/vscode:/vscode.git/clone" did not exist on "b65928b5561a1b4cfdaf82482f41fbf8b7a8b9bb"
Commit
8c95493f
authored
Nov 10, 2021
by
Gustaf
Browse files
Update documention for ProteinNet use case
parent
e7b239c9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
README.md
README.md
+2
-1
scripts/precompute_alignments.py
scripts/precompute_alignments.py
+2
-1
No files found.
README.md
View file @
8c95493f
...
...
@@ -90,7 +90,8 @@ Alternatively, you can use raw MSAs from
[
ProteinNet
](
https://github.com/aqlaboratory/proteinnet
)
. After downloading
the database, use
`scripts/prepare_proteinnet_msas.py`
to convert the data into
a format recognized by the OpenFold parser. The resulting directory becomes the
`alignment_dir`
used in subsequent steps.
`alignment_dir`
used in subsequent steps. Use
`scripts/unpack_proteinnet.py`
to
extract
`.core`
files from ProteinNet text files.
### Inference
...
...
scripts/precompute_alignments.py
View file @
8c95493f
...
...
@@ -98,7 +98,8 @@ if __name__ == "__main__":
parser
=
argparse
.
ArgumentParser
()
parser
.
add_argument
(
"input_dir"
,
type
=
str
,
help
=
"Path to directory containing mmCIF and/or FASTA files"
help
=
"""Path to directory containing mmCIF, FASTA and/or ProteinNet
.core files"""
)
parser
.
add_argument
(
"output_dir"
,
type
=
str
,
...
...
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