Skip to content

Commit 8ba61ff

Browse files
committed
Replace vanilla Linux Biocontainer with Ubuntu
1 parent ed6344a commit 8ba61ff

File tree

6 files changed

+37
-16
lines changed

6 files changed

+37
-16
lines changed

modules.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
88
},
99
"cat/fastq": {
10-
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
10+
"git_sha": "9aadd9a6d3f5964476582319b3a1c54a3e3fe7c9"
1111
},
1212
"custom/dumpsoftwareversions": {
1313
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
@@ -22,7 +22,7 @@
2222
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
2323
},
2424
"gunzip": {
25-
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
25+
"git_sha": "9aadd9a6d3f5964476582319b3a1c54a3e3fe7c9"
2626
},
2727
"hisat2/align": {
2828
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
@@ -118,7 +118,7 @@
118118
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
119119
},
120120
"untar": {
121-
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
121+
"git_sha": "9aadd9a6d3f5964476582319b3a1c54a3e3fe7c9"
122122
}
123123
}
124124
}

modules/local/rsem_merge_counts.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ process RSEM_MERGE_COUNTS {
33

44
conda (params.enable_conda ? "conda-forge::sed=4.7" : null)
55
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
6-
'https://containers.biocontainers.pro/s3/SingImgsRepo/biocontainers/v1.2.0_cv1/biocontainers_v1.2.0_cv1.img' :
7-
'biocontainers/biocontainers:v1.2.0_cv1' }"
6+
'https://depot.galaxyproject.org/singularity/ubuntu:20.04' :
7+
'ubuntu:20.04' }"
88

99
input:
1010
path ('genes/*')

modules/nf-core/modules/cat/fastq/main.nf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/modules/gunzip/main.nf

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/modules/untar/main.nf

Lines changed: 18 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/modules/untar/meta.yml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)