-
Notifications
You must be signed in to change notification settings - Fork 2
/
profile_ccdl.config
26 lines (20 loc) · 1.03 KB
/
profile_ccdl.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
// CCDL-specific settings to run samples for ScPCA with internal paths
params {
run_metafile = 's3://ccdl-scpca-data/sample_info/scpca-library-metadata.tsv'
sample_metafile = 's3://ccdl-scpca-data/sample_info/scpca-sample-metadata.tsv'
cellhash_pool_file = 's3://ccdl-scpca-data/sample_info/scpca-multiplex-pools.tsv'
outdir = "s3://nextflow-ccdl-results/scpca/processed"
// paths to output folders, redefined to use `outdir` above
checkpoints_dir = "${params.outdir}/checkpoints"
results_dir = "${params.outdir}/results"
// a set of run_ids for testing. used only by the main workflow
// one single-cell with bulk, one CITE, one spatial, one multiplexed
run_ids = "SCPCS000001,SCPCS000050,SCPCS000203,SCPCL000537"
// include all runs in a merged project. used only by the merged workflow
merge_run_ids = "All"
// cell type references
project_celltype_metafile = "s3://ccdl-scpca-data/sample_info/scpca-project-celltype-metadata.tsv"
// set max cpus and memory for internal use
max_cpus = 64
max_memory = 256.GB
}