Skip to content

Commit

Permalink
Revert change (will go in different PR)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Nov 14, 2024
1 parent 4be470a commit 49d60f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ workflow NFCORE_PROTEINFOLD {
params.alphafold2_mode,
params.alphafold2_model_preset,
PREPARE_ALPHAFOLD2_DBS.out.params,
PREPARE_ALPHAFOLD2_DBS.out.bfd.first().ifEmpty([]),
PREPARE_ALPHAFOLD2_DBS.out.small_bfd.first().ifEmpty([]),
PREPARE_ALPHAFOLD2_DBS.out.bfd.ifEmpty([]).first(),
PREPARE_ALPHAFOLD2_DBS.out.small_bfd.ifEmpty([]).first(),
PREPARE_ALPHAFOLD2_DBS.out.mgnify,
PREPARE_ALPHAFOLD2_DBS.out.pdb70,
PREPARE_ALPHAFOLD2_DBS.out.pdb_mmcif,
Expand Down

0 comments on commit 49d60f0

Please sign in to comment.