Skip to content

Commit

Permalink
Merge pull request #159 from JoseEspinosa/updates
Browse files Browse the repository at this point in the history
Update magnify paths
  • Loading branch information
JoseEspinosa authored Jun 3, 2024
2 parents 4308842 + b9e4c13 commit d33e481
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ If you specify the `--alphafold2_db ` parameter, the directory structure of your

```
├── mgnify
│   └── mgy_clusters_2018_12.fa
│   └── mgy_clusters_2022_05.fa
├── alphafold_params_2022-03-02
│   ├── LICENSE
│   ├── params_model_1_multimer.npz
Expand Down
2 changes: 1 addition & 1 deletion modules/local/run_alphafold2.nf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ process RUN_ALPHAFOLD2 {
--output_dir=\$PWD \
--data_dir=\$PWD \
--uniref90_database_path=./uniref90/uniref90.fasta \
--mgnify_database_path=./mgnify/mgy_clusters_2018_12.fa \
--mgnify_database_path=./mgnify/mgy_clusters_2022_05.fa \
--template_mmcif_dir=./pdb_mmcif/mmcif_files \
--obsolete_pdbs_path=./pdb_mmcif/obsolete.dat \
--random_seed=53343 \
Expand Down
2 changes: 1 addition & 1 deletion modules/local/run_alphafold2_msa.nf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ process RUN_ALPHAFOLD2_MSA {
--output_dir=\$PWD \
--data_dir=\$PWD \
--uniref90_database_path=./uniref90/uniref90.fasta \
--mgnify_database_path=./mgnify/mgy_clusters_2018_12.fa \
--mgnify_database_path=./mgnify/mgy_clusters_2022_05.fa \
--template_mmcif_dir=./pdb_mmcif/mmcif_files \
--obsolete_pdbs_path=./pdb_mmcif/obsolete.dat \
$args
Expand Down

0 comments on commit d33e481

Please sign in to comment.