-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.sh
52 lines (41 loc) · 921 Bytes
/
config.sh
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
#!/bin/bash
# scripts to reproduce the analysis and figures from Bai et al., 2015
#
# originally by Ruben Garrido-Oter
# garridoo@mpipz.mpg.de
# paths
# output and intermediate data folder
working_dir="/net/phylogenetics/atsphere/working_dir"
# intermediate data folder
data_dir="/net/phylogenetics/atsphere/data"
# reference databases folder
path_to_db="/net/phylogenetics/atsphere/refdata"
# mapping file with isolates medatada
mapping_file="$data_dir/mapping.txt"
# debug
logfile="/dev/tty"
output=""$working_dir"/output.txt"
# parameters (general)
n_cores=$(nproc)
# parameters (trimmomatic)
min_length=36
lead=3
trail=3
sw_length=4
sw_min_q=15
# parameters (SOAPdenovo)
assembler="SOAP"
mode="PE"
kmer=63
avg_ins=350
max_rd_len=100
# parameters (MrBayes)
ngen=30000
# paremeters (annotation)
k=9
rel=2
E="1.0e-5"
min_cov=70
# parameters (taxator)
taxator_speedup=0.9
refpack="/tmp/nonredundant-microbial"