-
Notifications
You must be signed in to change notification settings - Fork 4
/
example.luigi.cfg
67 lines (58 loc) · 1.29 KB
/
example.luigi.cfg
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#
# This is a configuration example for Luigi and the RNA-Seq pipeline.
#
#
# This section contains scheduler resources dedicated to the pipeline
# execution.
#
[resources]
# in number of available CPUs
cpus=16
# in gigabytes
memory=32
geo_http_connections=4
edirect_http_connections=4
array_express_http_connections=4
sra_connections=4
# If you specify the 'slurm' scheduler in Bioluigi, you must set this resource
slurm_jobs=384
prefetch_jobs=2
fastq_dump_jobs=40
submit_data_jobs=1
submit_batch_info_jobs=2
[bioluigi]
scheduler=slurm
scheduler_partition=
scheduler_extra_args=[]
#
# This section contains the necessary variables for the pipeline execution
#
[rnaseq_pipeline]
# pipeline output directories (relative to OUTPUT_DIR)
OUTPUT_DIR=pipeline-output
GENOMES=genomes
REFERENCES=references
METADATA=metadata
DATA=data
DATAQCDIR=data-qc
ALIGNDIR=aligned
ALIGNQCDIR=aligned-qc
QUANTDIR=quantified
BATCHINFODIR=batch-info
# RSEM
RSEM_DIR=contrib/RSEM
# Gemma integrations
JAVA_HOME=
JAVA_OPTS=
GEMMACLI=gemma-cli
SLACK_WEBHOOK_URL=
[rnaseq_pipeline.gemma]
cli_bin=gemma-cli
# values for $JAVA_HOME and $JAVA_OPTS environment variables
cli_JAVA_HOME=
cli_JAVA_OPTS=
baseurl=https://gemma.msl.ubc.ca
appdata_dir=/space/gemmaData
human_reference_id=hg38_ncbi
mouse_reference_id=mm10_ncbi
rat_reference_id=rn7_ncbi