-
Notifications
You must be signed in to change notification settings - Fork 3
/
containers.config
49 lines (47 loc) · 2.09 KB
/
containers.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
//Containers for processess other then indexing and alignment/mapping
process {
//default container, standard-ish linux tool set: wget, gawk... //replaced by individual containers where applicable
container = 'rsuchecki/tools:0.2' // container = {docker.enabled ? 'rsuchecki/tools:0.2@sha256:....' : 'rsuchecki/tools:0.2'}
withLabel: aspera {
// container = 'ibmcom/aspera-cli:3.9.1'
container = 'rsuchecki/aspera:3.9.1'
}
withLabel: entrez {
container = 'quay.io/biocontainers/entrez-direct:11.0--pl526_1'
}
withLabel: gffread {
container = 'rsuchecki/gffread:0.11.4_32ec4f0a9d4c9acbbe9b93c0e6c2da3e9f60e097'
}
withLabel: groovy {
// container = 'rsuchecki/groovy-samtools:3.0jre-1.9-alpine-picocli_9b8a24c4e37bca5d6b6dbf9e6111d8048a55aed9'
container = 'rsuchecki/groovy-samtools:3.0jre-1.9-alpine_879f6ced4ecb8faac3e6e42e32342b6fbe5ac9bd'
// container = 'rsuchecki/groovy-conda-samtools:0.1'
}
withLabel: rnftools {
//container = 'rsuchecki/rnftools:0.3.1.3_3d09a45044213bfbc96a3e0e70924f68812c718b' //OK
// container = 'quay.io/biocontainers/rnftools:0.3.1.3--py36_0' //OK
container = 'rsuchecki/rnftools:0.3.1.2_ce8211d50e5223ec1cbe03faaccf5060273f34f9'
}
withLabel: rrender {
container = 'rsuchecki/renderer:0.4.1_81ab6b5d71509d48e3a37b5eafb4bca5b117b5fc'
}
// withLabel: rscript {
// container = 'rsuchecki/rscripts:0.7_c66407a6a160a64a5f973868bd095e28bade0094'
// }
withLabel: samtools {
container = 'rsuchecki/samtools:1.10_9870ff5feb92e24fca1b6bf69afed30c1d7684f2'
}
withLabel: sra {
container = 'quay.io/biocontainers/sra-tools:2.10.1--pl526haddd2b5_0'
// container = 'ncbi/sra-toolkit:2.9.2' //ncbi/sra-toolkit@sha256:0e6ff2d6560ad7e59821dad53488bdcf09a37c6ccdeab0caced9bbf76837278d
}
withLabel: tools {
container = 'rsuchecki/tools:0.2'
}
withLabel: fastqdump {
container = 'quay.io/biocontainers/parallel-fastq-dump:0.6.6--py_0'
}
withLabel: seqtk {
container = 'quay.io/biocontainers/seqtk:1.3--hed695b0_2'
}
}