Skip to content
This repository was archived by the owner on Aug 21, 2018. It is now read-only.

Commit a21a107

Browse files
authored
Merge pull request #227 from ewels/master
Add the pipeline version to the container tag
2 parents 01668ca + 4b20659 commit a21a107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ params {
1818

1919
version = '1.4' //Pipeline version
2020
nf_required_version = '0.27.6' //Minimum version of Nextflow required
21-
container = 'scilifelab/ngi-rnaseq' // Container slug. Stable releases should specify release tag!
21+
container = 'scilifelab/ngi-rnaseq:1.4' // Container slug. Stable releases should specify release tag!
2222
}
2323

2424
profiles {

0 commit comments

Comments
 (0)