File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ genotype_path <- args[4]
181181weights_type <- args [5 ]
182182chr <- args [6 ]
183183is_binary <- ifelse(length(args ) > 6 , as.logical(args [7 ]), TRUE )
184+ chr <- gsub(" chr" , " " , chr )
184185
185186result_folder <- " result_folder"
186187prepare_SKAT_files_per_chr(genotype_path , genotype_prefix )
Original file line number Diff line number Diff line change @@ -176,6 +176,10 @@ chr <- args[4]
176176output_folder <- args [5 ]
177177is_binary <- ifelse(length(args ) > 5 , as.logical(args [6 ]), TRUE )
178178
179+ chr <- gsub(" chr" , " " , chr )
180+ # work on code for result folder
181+ result_folder <- output_folder
182+
179183# Perform SKAT analysis for the given chromosome
180184prepare_SKAT_files_per_chr(genotype_path , genotype_prefix )
181185print(" Done creating SKAT genotype" )
You can’t perform that action at this time.
0 commit comments