-
Notifications
You must be signed in to change notification settings - Fork 3
/
Arabidopsis1001.yaml
executable file
·71 lines (66 loc) · 2.39 KB
/
Arabidopsis1001.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
#######################################################################
## Raw Data
#######################################################################
raw_data:
by_column:
- 1
- 2
start_column: 3
#######################################################################
## BLUP or BLUE
#######################################################################
BLUP: ../BLUP_BLUE/Arabidopsis_1001/FAA_GWAS1001_BLUE.csv
BLUP_by_column:
- 1
BLUP_start_column: 2
#######################################################################
## Gapit3
#######################################################################
GAPIT_kinship_matrix:
GAPIT_covariates:
GAPIT_hapmap:
GAPIT_genotype_data_numeric:
GAPIT_genotype_map_numeric:
GAPIT_hapmap_file_extension: hmp.txt
GAPIT_genotype_data_numeric_file_extension:
GAPIT_genotype_map_numeric_file_extension:
GAPIT_hapmap_filename: Chr
GAPIT_genotype_data_numeric_filename:
GAPIT_genotype_map_numeric_filename:
GAPIT_genotype_file_path: /home/ycth8/data/projects/HAPPI_GWAS/reference_files/genotype_files/Arabidopsis_1001/
GAPIT_genotype_file_named_sequentially_from: 1
GAPIT_genotype_file_named_sequentially_to: 5
GAPIT_model:
# - GLM
# - MLM
# - MLMM
# - SUPER
- FarmCPU
GAPIT_SNP_MAF: 0.05
GAPIT_PCA_total: 3
GAPIT_Model_selection: TRUE
GAPIT_SNP_test: TRUE
GAPIT_file_output: TRUE
GAPIT_p_value_threshold: 4.73e-8
GAPIT_p_value_fdr_threshold:
GAPIT_LD_number: 5000
#######################################################################
## Haploview
#######################################################################
Haploview_file_path: ../reference_files/haploview_files/Arabidopsis_1001/
Haploview_file_name: Chr
Haploview_file_extension: haploview.txt
Haploview_file_named_sequentially_from: 1
Haploview_file_named_sequentially_to: 5
#######################################################################
## Match Gene Start and Stop
#######################################################################
GFF_file_path: ../reference_files/gene_annotation_files/Arabidopsis_1001/
GFF_file_name: Chr
GFF_file_extension: txt
GFF_file_named_sequentially_from: 1
GFF_file_named_sequentially_to: 5
#######################################################################
## Output Directory
#######################################################################
output: ../output/02_28_2020_output_Arabidopsis_1001