Geoffrey Yu
b54270180b
remove unnecessary lines
2024-05-13 05:12:59 +00:00
Geoffrey Yu
54ec5c4cbe
fixed bugs in unittests for multi-chain permutation. now working on extra subtests
2024-05-13 05:12:59 +00:00
Geoffrey Yu
0eaf08ad5c
make sure padded asym_id won't affect permutation steps
2024-05-13 05:12:59 +00:00
Jennifer Wei
fcb7796710
edits to inference documentation and script for parameters
2024-05-13 04:50:25 +00:00
Jennifer Wei
f561cec0e5
Merge branch 'docs' into setup-improvements
2024-05-11 10:54:56 +00:00
Jennifer Wei
32765d20a1
Update test_permutation.py
...
Fixed a small typo in permutation unit test docstring
2024-05-11 10:45:13 +00:00
Dingquan Yu
d9680984db
fixed typing error of anchor_gt_residue
2024-05-11 10:45:13 +00:00
Dingquan Yu
6f1329ef7c
Update tests and comments
2024-05-11 10:45:13 +00:00
Dingquan Yu
9a6eb64983
update comments;fixed typos
2024-05-11 10:45:13 +00:00
Geoffrey Yu
bc24032693
added comments
2024-05-11 10:45:13 +00:00
Geoffrey Yu
04d637828f
fixed typing errors; added more comments
2024-05-11 10:45:13 +00:00
Geoffrey Yu
6d41838460
make sure no padded features are going to be selected as anchors
2024-05-11 10:45:13 +00:00
Geoffrey Yu
f7571e25ed
added typing hints and fixed some comments
2024-05-11 10:45:13 +00:00
Geoffrey Yu
77cb41359f
restore to the verison on main
2024-05-11 10:45:12 +00:00
Geoffrey Yu
d1a32aa3b1
remove unnecessary lines
2024-05-11 10:45:12 +00:00
Geoffrey Yu
0df04f33b3
fixed bugs in unittests for multi-chain permutation. now working on extra subtests
2024-05-11 10:45:12 +00:00
Geoffrey Yu
17b8c142d4
make sure padded asym_id won't affect permutation steps
2024-05-11 10:45:12 +00:00
Jennifer Wei
9d88b8ebc6
Merge pull request #406 from dingquanyu/update-permutation-unittest
...
Update multi-chain permutation and permutation unittest
2024-05-11 16:02:21 +07:00
Jennifer Wei
55c293ca0b
Update test_permutation.py
...
Fixed a small typo in permutation unit test docstring
2024-05-11 15:37:12 +07:00
Jennifer Wei
12eae13fe8
Update docker-image.yml
2024-05-11 15:08:49 +07:00
Dingquan Yu
15113dcb25
fixed typing error of anchor_gt_residue
2024-05-10 17:18:49 +02:00
Dingquan Yu
5f782370fc
Update tests and comments
2024-05-10 17:06:05 +02:00
Dingquan Yu
61191bff81
update comments;fixed typos
2024-05-10 16:00:30 +02:00
jnwei
d61f585e86
Adds example directory
2024-05-10 17:21:28 +07:00
jnwei
11d5fdf45d
Update training OpenFold docs with correct paths.
2024-05-10 17:04:54 +07:00
jnwei
9a6deab736
adds mmseqs2 to environment.yml for clustering
2024-05-09 17:18:42 +07:00
jnwei
7f8d1246ae
Shorten README.md main page.
2024-05-09 17:18:42 +07:00
jnwei
cf367df964
make space for docker CI
2024-05-09 17:18:42 +07:00
Jennifer
60eff6326f
Adds mkl version to environment.yml
2024-05-09 17:18:42 +07:00
ljarosch
7e76be0622
Fix resolution field in mmcif_parsing
...
Without the break statement this function will fall back to setting the resolution to _reflns.d_resolution_high for most structures, which reflects the resolution limit in the raw data and not the final structure (see https://mmcif.wwpdb.org/dictionaries/mmcif_pdbx_v50.dic/Items/_reflns.d_resolution_high.html and https://mmcif.wwpdb.org/dictionaries/mmcif_pdbx_v50.dic/Items/_refine.ls_d_res_high.html ).
2024-05-09 17:18:42 +07:00
Sachin Kadyan
453ae89bf4
Add script to download embeddings for training SoloSeq
2024-05-09 17:18:42 +07:00
Sachin Kadyan
6d1ca2637b
Fix usage example in download_openfold_soloseq_params.sh
2024-05-09 17:18:42 +07:00
Sachin Kadyan
b5db6c3448
Update README to include details for SoloSeq Embeddings
2024-05-09 17:18:42 +07:00
Sachin Kadyan
5a7b024257
Add LICENSE information to decoy ranking script
2024-05-09 17:18:42 +07:00
Lukas Jarosch
9660a43d10
Fix distributed seeding behavior
...
This adds workers=True to the Lightning seed_everything function which guarantees different random states across all processes in distributed training. Prior to that some processes on different GPUs with the same worker ID could share the same random state.
Note that this will break reproducibility between runs prior to and after this change.
Also removes the seed and supress_output modules that were not used anymore in OpenFold.
2024-05-09 17:18:42 +07:00
Sachin Kadyan
cc6deaa882
Added script for running decoy ranking experiments
2024-05-09 17:18:42 +07:00
Christina Floristean
02493a8c85
Hotfix to switch order of feature dict generation
2024-05-09 17:18:42 +07:00
jnwei
945ecc0cc0
minor language edits
2024-05-08 23:40:57 +07:00
jnwei
d22a354b32
small edits to main page
2024-05-08 23:36:17 +07:00
jnwei
6c25555ada
creates link to FAQ in documentation
2024-05-08 23:34:34 +07:00
jnwei
72bb51eca3
Adds FAQ section
2024-05-08 23:27:01 +07:00
jnwei
24dc3af010
add convert v1 weights instructions
2024-05-08 23:16:15 +07:00
jnwei
60cfbcc166
Add addtional inference pages
2024-05-08 22:48:26 +07:00
jnwei
087cf9f816
updates to Inference.md
2024-05-08 20:36:58 +07:00
jnwei
b87946a26f
cleanup makefiles and original readme
2024-05-08 15:36:30 +07:00
jnwei
67668153e1
replace doc environment pip dependencies with conda builds
2024-05-08 15:16:25 +07:00
jnwei
fd294f86a1
fix typo in readthedocs.yaml
2024-05-08 15:12:28 +07:00
jnwei
a432a93664
Rough draft dump of docs and readthedocs build
2024-05-08 15:10:25 +07:00
jnwei
ed69f06668
make space for docker CI
2024-05-06 17:24:28 +07:00
Jennifer Wei
f10f66203d
pins mkl version to 2022 to avoid conda environment conflict
2024-05-06 09:20:17 +00:00