-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathluigi.cfg
More file actions
37 lines (32 loc) · 764 Bytes
/
luigi.cfg
File metadata and controls
37 lines (32 loc) · 764 Bytes
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
[DEFAULT]
mash_tool = mash
# directory where all files are copied and kept
out_folder = tests/test_run
in_folder = tests/data/fqs
[core]
log_level:ERROR
# default-scheduler-port:8080
scheduler_url:http://localhost:8082/
[RunAllQC]
# of CPUs to run the script
num_cpus = 2
# Trimmed read should have to be at least this minimum length
faqc_min_L = 50
# Trimmed read has greater than or equal to this number of continuous base "N" will be discarded.
n_cutoff = 10
[AllSketches]
# k-mer size
kmer = 21
# threads
threads = 2
# sketch size
sketch = 10000
seed = 439
# minimum occurence of k-mer to be included
min_copy = 1
[Alldist]
# of threads to trigger
threads = 2
[ClusterSamples]
# maximum cophenetic distance between two points in a cluster
threshold = 0.3