Skip to content

Commit

Permalink
Fixed RFAA/HF3 container path
Browse files Browse the repository at this point in the history
  • Loading branch information
jscgh committed Jan 29, 2025
1 parent bb8b92c commit ea737a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/test_helixfold3.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ params {

process {
withName: 'RUN_HELIXFOLD3' {
container = '/srv/scratch/sbf-pipelines/proteinfold/singularity/helixfold3.sif'
container = 'nf-core/proteinfold_helixfold3:dev'
}
}

2 changes: 1 addition & 1 deletion conf/test_rosettafold_all_atom.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ params {

process {
withName: 'RUN_ROSETTAFOLD_ALL_ATOM' {
container = '/srv/scratch/sbf-pipelines/proteinfold/singularity/rosettafold_all_atom.sif'
container = 'nf-core/proteinfold_rosettafold_all_atom:dev'
}
}

0 comments on commit ea737a6

Please sign in to comment.