forked from michael-ta/longitudinal-GWAS-pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
params.yml
30 lines (26 loc) · 976 Bytes
/
params.yml
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
---
# Input files
input: /home/amcalejandro/Data/WorkingDirectory/Development_Stuff/LONGWAS-NEXTFLOW/WORKSHOP/workdir/longitudinal-GWAS-pipeline/example/genotype/chr[1-3].vcf
covarfile: /home/amcalejandro/Data/WorkingDirectory/Development_Stuff/LONGWAS-NEXTFLOW/WORKSHOP/workdir/longitudinal-GWAS-pipeline/example/covariates.tsv
phenofile: /home/amcalejandro/Data/WorkingDirectory/Development_Stuff/LONGWAS-NEXTFLOW/WORKSHOP/workdir/longitudinal-GWAS-pipeline/example/phenotype.surv.tsv
#Variables names
pheno_name: surv_y
covariates: "SEX age_at_baseline"
#study_col: surv_y
time_col: study_days
# Model variables
longitudinal_flag: false
survival_flag: true
linear_flag: false
chunk_flag: true
# Parameters for genetic QC
r2thres: -9
minor_allele_freq: "0.05"
minor_allele_ct: "20"
kinship: "0.177"
ancestry: "EUR"
assembly: "hg19"
#Identifier for the input genotype files - useful to cache results
dataset: "V2_SURV"
# Generate manhattan with result files
mh_plot: true