Skip to content

Commit

Permalink
Updated docker container due to FTP link deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
[Lancelot Seillier] committed Jun 17, 2024
1 parent 3796b8a commit 818d389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/local/sigprofiler/matrixgenerator.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ process MATRIXGENERATOR {

conda "bioconda::sigmut=1.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'quay.io/superjw/docker-sigprofiler':
'quay.io/superjw/docker-sigprofiler' }" // needs his own container
'docker.io/fauzul/sigprofiler:1.0':
'docker.io/fauzul/sigprofiler:1.0' }" // needs his own container

input:
path input
Expand Down

0 comments on commit 818d389

Please sign in to comment.