-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
32 lines (26 loc) · 1.24 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
################################################################################
## Carrot demography - Configuration file
## This is a handy way to set file paths and variables (e.g. mutation rate) so
## that they are easily adjusted
################################################################################
# file path for population and sample ids
# Two column tab-delimited file
# Column names: Population, Sample_ID
samp_ids: data/sample_ids_admix10.txt
# list of distinguished individuals to use for composite likelihood
distinguished_inds: data/distinguished_individuals_admix10.txt
# VCF file & index
# can create index by using tabix -p vcf yourfile.vcf.gz
# vcf: data/kevinG.d3.recode.vcf.gz
# vcf_index: data/kevinG.d3.recode.vcf.gz.tbi
vcf: data/kevinG.d3.recode.missing10.vcf.gz
vcf_index: data/kevinG.d3.recode.missing10.vcf.gz.tbi
# mask file to exclude poorly mapped regions (BED format)
# should be a text file with a column for CHR, start, & stop positions
# this result is from RepeatMasker but could also use SNPable
mask: data/masked_regions.bed.gz
# estimate of per bp per generation mutation rate for SMC++
# taken from lettuce (Asterid) - Zhang et al. doi:10.1038/s41467-017-02445-9
mu: 4e-8
# number of years per generation
gen: 2