forked from nf-core/nanoseq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.config
30 lines (26 loc) · 1.12 KB
/
test.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
/*
* -------------------------------------------------
* Nextflow config file for running tests
* -------------------------------------------------
* Defines bundled input files and everything required
* to run a fast and simple test. Use as follows:
* nextflow run nf-core/nanoseq -profile test_nobc_dx,<docker/singularity>
*/
params {
config_profile_name = 'Test profile'
config_profile_description = 'Minimal test dataset to check pipeline function'
// Limit resources
max_cpus = 2
max_memory = 6.GB
max_time = 12.h
// Input data to perform demultipexing
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/nanoseq/3.0/samplesheet/samplesheet_nobc_dx.csv'
protocol = 'DNA'
barcode_kit = 'NBD103/NBD104'
input_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/nanoseq/fastq/nondemultiplexed/sample_nobc_dx.fastq.gz'
skip_quantification = true
skip_bigwig = true
skip_bigbed = true
skip_fusion_analysis= true
skip_modification_analysis=true
}