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
29315bdc
Commit
29315bdc
authored
Oct 11, 2021
by
Gustaf Ahdritz
Browse files
Reformat README, require run script option
parent
1b802b29
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
README.md
README.md
+9
-9
run_pretrained_openfold.py
run_pretrained_openfold.py
+3
-3
No files found.
README.md
View file @
29315bdc
...
@@ -50,15 +50,15 @@ run e.g.
...
@@ -50,15 +50,15 @@ run e.g.
```
bash
```
bash
python3 run_pretrained_openfold.py
\
python3 run_pretrained_openfold.py
\
test.fasta
\
test.fasta
\
data/uniref90/uniref90.fasta
\
data/uniref90/uniref90.fasta
\
data/mgnify/mgy_clusters_2018_12.fa
\
data/mgnify/mgy_clusters_2018_12.fa
\
data/pdb70/pdb70
\
data/pdb70/pdb70
\
data/pdb_mmcif/mmcif_files/
\
data/pdb_mmcif/mmcif_files/
\
--output_dir
./
\
data/uniclust30/uniclust30_2018_08/uniclust30_2018_08
\
--
bfd_database_path
data/bfd/bfd_metaclust_clu_complete_id30_c90_final_seq.sorted_opt
\
--
output_dir
./
\
--
uniclust30
_database_path
data/
uniclust30/uniclust30_2018_08/uniclust30_2018_08
\
--
bfd
_database_path
data/
bfd/bfd_metaclust_clu_complete_id30_c90_final_seq.sorted_opt
\
--device
cuda:1
--device
cuda:1
```
```
where
`data`
is a directory populated by
`scripts/download_all_data.sh`
. Run
where
`data`
is a directory populated by
`scripts/download_all_data.sh`
. Run
...
...
run_pretrained_openfold.py
View file @
29315bdc
...
@@ -196,13 +196,13 @@ if __name__ == "__main__":
...
@@ -196,13 +196,13 @@ if __name__ == "__main__":
'template_mmcif_dir'
,
type
=
str
,
'template_mmcif_dir'
,
type
=
str
,
)
)
parser
.
add_argument
(
parser
.
add_argument
(
'--
bfd
_database_path'
,
type
=
str
,
default
=
None
,
'--
uniclust30
_database_path'
,
type
=
str
,
)
)
parser
.
add_argument
(
parser
.
add_argument
(
'--
small_
bfd_database_path'
,
type
=
str
,
default
=
None
'--bfd_database_path'
,
type
=
str
,
default
=
None
,
)
)
parser
.
add_argument
(
parser
.
add_argument
(
'--
uniclust30
_database_path'
,
type
=
str
,
default
=
None
'--
small_bfd
_database_path'
,
type
=
str
,
default
=
None
)
)
parser
.
add_argument
(
parser
.
add_argument
(
'--jackhmmer_binary_path'
,
type
=
str
,
default
=
'/usr/bin/jackhmmer'
'--jackhmmer_binary_path'
,
type
=
str
,
default
=
'/usr/bin/jackhmmer'
...
...
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