-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_shag.yaml
56 lines (43 loc) · 1.2 KB
/
config_shag.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
##### Run configuration #####
run_name: Shag1_10birds
output_path: '/Users/s1680070/VirusEvolution Dropbox/Aine OToole/aging-mice/shag_clock/Shag1_10Birds/analysis/'
input_path: '/Users/s1680070/VirusEvolution Dropbox/Aine OToole/aging-mice/shag_clock/Shag1_10Birds/fastq_pass/'
##### Read length filters #####
min_length: 140
max_length: 550
##### Genes amplified #####
genes:
Locus2: Locus2
Locus5: Locus5
Locus7: Locus7
##### Reference files #####
references_file: references/carbo_loci_converted.fasta
substitution_matrix: references/substitution_matrix.txt
cpg_csv: references/shag_cpg_sites.csv
##### Porechop options #####
require_two_barcodes: "False"
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: "pcr" # [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:
- BC01
- BC02
- BC06
- BC07
- BC09
- BC11
- BC12
- BC30
- BC35
- BC52
- BC59
- BC62
- BC81
- BC83
- BC85
- BC90