Skip to content

Commit

Permalink
Update images to version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed Jul 30, 2024
1 parent e640616 commit 117257c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion modules/local/colabfold_batch.nf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ process COLABFOLD_BATCH {
error("Local COLABFOLD_BATCH module does not support Conda. Please use Docker / Singularity / Podman instead.")
}

container "nf-core/proteinfold_colabfold:1.1.0"
container "nf-core/proteinfold_colabfold:1.1.1"

input:
tuple val(meta), path(fasta)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/mmseqs_colabfoldsearch.nf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ process MMSEQS_COLABFOLDSEARCH {
error("Local MMSEQS_COLABFOLDSEARCH module does not support Conda. Please use Docker / Singularity / Podman instead.")
}

container "nf-core/proteinfold_colabfold:1.1.0"
container "nf-core/proteinfold_colabfold:1.1.1"

input:
tuple val(meta), path(fasta)
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 @@ -10,7 +10,7 @@ process RUN_ALPHAFOLD2 {
error("Local RUN_ALPHAFOLD2 module does not support Conda. Please use Docker / Singularity / Podman instead.")
}

container "nf-core/proteinfold_alphafold2_standard:1.1.0"
container "nf-core/proteinfold_alphafold2_standard:1.1.1"

input:
tuple val(meta), path(fasta)
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 @@ -10,7 +10,7 @@ process RUN_ALPHAFOLD2_MSA {
error("Local RUN_ALPHAFOLD2_MSA module does not support Conda. Please use Docker / Singularity / Podman instead.")
}

container "nf-core/proteinfold_alphafold2_msa:1.1.0"
container "nf-core/proteinfold_alphafold2_msa:1.1.1"

input:
tuple val(meta), path(fasta)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/run_alphafold2_pred.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ process RUN_ALPHAFOLD2_PRED {
error("Local RUN_ALPHAFOLD2_PRED module does not support Conda. Please use Docker / Singularity / Podman instead.")
}

container "nf-core/proteinfold_alphafold2_split:1.1.0"
container "nf-core/proteinfold_alphafold2_split:1.1.1"

input:
tuple val(meta), path(fasta)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/run_esmfold.nf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ process RUN_ESMFOLD {
error("Local RUN_ESMFOLD module does not support Conda. Please use Docker / Singularity / Podman instead.")
}

container "nf-core/proteinfold_esmfold:1.1.0"
container "nf-core/proteinfold_esmfold:1.1.1"

input:
tuple val(meta), path(fasta)
Expand Down

0 comments on commit 117257c

Please sign in to comment.