-
Notifications
You must be signed in to change notification settings - Fork 0
/
containers.config
40 lines (39 loc) · 1.21 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
// TODO
process {
withName:fasterqDump {
container = "flowcraft/sra-tools:2.9.6-1"
}
withName: fastp {
container = "virusx/fastp:0.19.5 "
}
withName: magicBLAST {
container = "ncbi/magicblast:1.4.0"
}
withName: samtools {
container = "biocontainers/samtools:v1.7.0_cv4"
}
withName: check_coverage {
container = "perl:latest"
}
withName: prepare_fastq {
container = "flowcraft/sra-tools:2.9.6-1"
}
withName: read_translator {
container = "jlparkinson1/hmmer_plus_conda:firsttry"
}
withName: hmmer {
container = "jlparkinson1/hmmer_plus_conda:firsttry"
}
withName: hits_compiler {
container = "jlparkinson1/hmmer_plus_conda:firsttry"
}
withName: mash_sketch {
container = "staphb/mash:latest"
}
withName: mash_screen {
container = "staphb/mash:latest"
}
withName: guided_assembly {
container = "us.gcr.io/strides-microbial-hackathon/guidedassembler:latest"
}
}