-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnextflow_local.config
52 lines (51 loc) · 1.61 KB
/
nextflow_local.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
50
51
52
singularity {
enabled = true
runOptions = '--nv'
}
process {
beforeScript = 'ml singularity'
executor = 'local'
// withLabel: 'non_gpu' {
// clusterOptions = '-L /bin/bash -P acc_HIMC -n 32 -R rusage[mem=4000]'
// clusterOptions = '-L /bin/bash -P acc_HIMC -R himem'
// clusterOptions = '-L /bin/bash -P acc_HIMC'
// memory = 60.GB
// cpus = 16
// queue = 'premium'
// time = '120h'
// }
// withLabel: 'gpuFIX' {
// clusterOptions = '-L /bin/bash -P acc_HIMC -n 32 -R a100 -R rusage[ngpus_excl_p=1]'
// queue = 'gpuexpress'
// time = '12h'
// }
// withLabel: 'gpu' {
// clusterOptions = '-L /bin/bash -P acc_HIMC -n 32 -gpu num=2:gmodel=TeslaV100_PCIE_16GB'
// queue = 'gpu'
// time = '144h'
// }
withName: cell2location {
container = '/sc/arion/projects/HIMC/singularity_images/cell2location-v0.06-alpha.sif'
}
withName: tangram {
container = '/sc/arion/projects/HIMC/singularity_images/tangram_latest.sif'
}
withName: destvi {
container = '/sc/arion/projects/HIMC/singularity_images/sp_destvi_latest.sif'
}
withName: stereoscope {
container = '/sc/arion/projects/HIMC/singularity_images/sp_destvi_latest.sif'
}
withName: seurat {
container = '/sc/arion/projects/HIMC/singularity_images/himc_seurat_4.2.1.sif'
}
withName: spotlight {
container = '/sc/arion/projects/HIMC/singularity_images/himc_spotlight_1.0.0.sif'
}
withName: spatialdwls {
container = '/sc/arion/projects/HIMC/singularity_images/himc_giotto_1.1.2.sif'
}
withName: stride {
container = '/sc/arion/projects/HIMC/singularity_images/sp_stride_latest.sif'
}
}