-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.config
More file actions
21 lines (18 loc) · 785 Bytes
/
Copy pathtest.config
File metadata and controls
21 lines (18 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
params {
config_profile_name = 'Test profile'
config_profile_description = 'Test dataset to check pipeline function'
// Limit resources so that this can run on GitHub Actions
max_cpus = 2
max_memory = 6.GB
max_time = 48.h
// Input data for test data
input = 'https://raw.githubusercontent.com/BarryDigby/CRT_workshop/master/docs/source/test_datasets/samples.csv'
fasta = 'https://raw.githubusercontent.com/BarryDigby/CRT_workshop/master/docs/source/test_datasets/chrI.fa'
gtf = 'https://raw.githubusercontent.com/BarryDigby/CRT_workshop/master/docs/source/test_datasets/chrI.gtf'
outdir = 'test_outdir/'
}
// overwrite the -B bind path we used for singularity
// Docker will fail trying to use it
process{
containerOptions = null
}