Skip to content

Commit

Permalink
Prepare release 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cguyomar committed May 17, 2024
1 parent ffe2987 commit a50a4e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To use this pipeline you will need:

A small dataset is provided to test this pipeline. To try it out, use this command:

nextflow run FAANG/analysis-TAGADA -profile test,docker -revision 2.1.2 --output directory
nextflow run FAANG/analysis-TAGADA -profile test,docker -revision 2.1.3 --output directory

### Nextflow options

Expand Down
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ profiles {

docker {
docker.enabled = true
process.container = 'registry.gitlab.com/geneswitch/tagada:2.1.1'
process.container = 'registry.gitlab.com/geneswitch/tagada:2.1.3'
}

singularity {
singularity.enabled = true
singularity.autoMounts = true
singularity.pullTimeout = 2.h
process.container = 'registry.gitlab.com/geneswitch/tagada:2.1.1'
process.container = 'registry.gitlab.com/geneswitch/tagada:2.1.3'
}

test {
Expand Down

0 comments on commit a50a4e6

Please sign in to comment.