forked from genomic-medicine-sweden/gms-artic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnanopore.config
37 lines (26 loc) · 1.05 KB
/
nanopore.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
31
32
33
34
35
36
37
// Nanopore specific params
params {
// Minimum read length for artic guppyplex
//default setup changes for midnight protocol
// for artic protocol min_length = 400
min_length = 150
// Maximum read length for artic guppyplex
//default setup changes for midnight protocol
// for artic protocol min_length = 700
max_length = 1200
// Set to an integer to enable normalising in artic minion
// IF SET TO false THIS WILL USE artic minion DEFAULT (100)
normalise = 500
// Use bwa not minimap2? Specify in the command using "--bwa"
bwa = false
// Output cram instead of bam files
outCram = false
// Ignore barcodes having fewer than this number of reads in total
minReadsPerBarcode = 100
// After articGuppyPlex filter out samples with fewer than this number of reads
minReadsArticGuppyPlex = 10
// Typing frequency threshold to call aa consequences of variant.
csqAfThreshold = 0.75
// Minimum coverage depth to call aa consequences of variant.
csqDpThreshold = 20
}