-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
64 lines (52 loc) · 1.1 KB
/
config.yaml
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
##### Run configuration #####
run_name: RunX
input_path: path/to/input_reads
output_path: analysis
##### Read length filters #####
min_length: 150
max_length: 420
##### Genes amplified #####
genes:
PRIMA1: PRIMA1
HSP4: HSP4
KCNS1: KCNS1
GM7: GM7
##### Reference files #####
references_file: references/genes.converted.ambiguous.fasta
substitution_matrix: references/substitution_matrix.txt
cpg_csv: references/cpg_csv.csv
##### Porechop options #####
require_two_barcodes: "True"
discard_middle: "True"
split_reads: "False"
discard_unassigned: "False" #default keep unassigned, change to --discard_unassigned if you don't want to see unbarcoded reads
barcode_set: "native" # [native,rapid,all], defaults to `native`, `all` is much slower
limit_barcodes_to: #barcode csv string e.g. NB01,NB02,NB03,NB04,NB05,NB06
barcode_threshold: 70
barcode_diff: 3
##### Barcodes in run #####
barcodes:
- NB01
- NB02
- NB03
- NB04
- NB05
- NB06
- NB07
- NB08
- NB09
- NB10
- NB11
- NB12
- NB13
- NB14
- NB15
- NB16
- NB17
- NB18
- NB19
- NB20
- NB21
- NB22
- NB23
- NB24