-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_ABC_test.yaml
More file actions
34 lines (31 loc) · 996 Bytes
/
config_ABC_test.yaml
File metadata and controls
34 lines (31 loc) · 996 Bytes
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
## Parameters to test ABC simulation pipeline (msprime, snakefile, run_gencomp1.sh)
window_size: "50000"
window_step_size: "10000"
informative_site_method: "derived_in_archaic"
informative_site_range: "0"
null_dataset:
name: "null"
directory: "/Genomics/akeylab/abwolf/SimulatedDemographic/ABC/Sriram/null"
# VCF Info
vcf_file_pattern: "vcfs/{sample}.mod.vcf.gz"
chrom_sizes: "1000000"
# Population info
population_file: "base.popfile"
archaic_populations:
- "Neand1"
modern_populations:
- "EUR"
- "ASN"
test_dataset:
name: "n1_0.0_mAfB_0.0_mBAf_0.0_mAfEu_0.0_mEuAf_0.0"
directory: "/Genomics/akeylab/abwolf/SimulatedDemographic/ABC/Sriram/null"
# VCF Info
vcf_file_pattern: "vcfs/{sample}.mod.vcf.gz"
chrom_sizes: "1000000"
# Population info
population_file: "base.popfile"
archaic_populations:
- "Neand1"
modern_populations:
- "EUR"
- "ASN"