Skip to content

Commit 9bae56d

Browse files
committed
Stage mmcif folder instead of file by file
1 parent 8088dac commit 9bae56d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

conf/dbs.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ params {
4747
alphafold3_small_bfd_path = "${params.alphafold3_db}/small_bfd/*"
4848
alphafold3_params_path = "${params.alphafold3_db}/params/*"
4949
alphafold3_mgnify_path = "${params.alphafold3_db}/mgnify/*"
50-
alphafold3_pdb_mmcif_path = "${params.alphafold3_db}/mmcif_files/*"
50+
alphafold3_pdb_mmcif_path = "${params.alphafold3_db}/mmcif_files"
5151
alphafold3_uniref90_path = "${params.alphafold3_db}/uniref90/*"
5252
alphafold3_pdb_seqres_path = "${params.alphafold3_db}/pdb_seqres/*"
5353
alphafold3_uniprot_path = "${params.alphafold3_db}/uniprot/*"

modules/local/run_alphafold3/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ process RUN_ALPHAFOLD3 {
1313
path "params/*"
1414
path "small_bfd/*"
1515
path "mgnify/*"
16-
path "mmcif_files/*"
16+
path "mmcif_files"
1717
path "uniref90/*"
1818
path "pdb_seqres/*"
1919
path "uniprot/*"

0 commit comments

Comments
 (0)