Skip to content

Commit

Permalink
tests on empirical data succeeded
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonfparil committed Jun 15, 2024
1 parent 7c4980f commit eff6ffd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions exec/tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,10 @@ grep -A10 "Finished after" output/job_info-*.log
# for (idx in vec_idx) {
# # idx = vec_idx[1]
# list_output = readRDS(vec_fnames_Rds[idx])
# if (!is.na(list_output$ADDITIVE_GENETIC_EFFECTS[1])[1]) {
# df = data.frame(loc=names(list_output$ADDITIVE_GENETIC_EFFECTS$b), b=list_output$ADDITIVE_GENETIC_EFFECTS$b)
# trait_pop = paste(rev(rev(unlist(strsplit(vec_fnames_Rds[idx], "-"))[-1])[-1]), collapse="-")
# fname_out = paste0("MARKER_EFFECTS-", list_output$ADDITIVE_GENETIC_EFFECTS$model, "-", trait_pop, ".tsv")
# write.table(df, file=fname_out, sep="\t", quote=FALSE, row.names=FALSE, col.names=TRUE)
# }
# df = data.frame(loc=gsub("\t", "|", names(list_output$ADDITIVE_GENETIC_EFFECTS$Bayes_B$b)), b=list_output$ADDITIVE_GENETIC_EFFECTS$Bayes_B$b)
# trait_pop = paste(rev(rev(unlist(strsplit(vec_fnames_Rds[idx], "-"))[-1])[-1]), collapse="-")
# fname_out = paste0("MARKER_EFFECTS-Bayes_B-", trait_pop, ".tsv")
# write.table(df, file=fname_out, sep="\t", quote=FALSE, row.names=FALSE, col.names=TRUE)
# }
# }

Expand Down

0 comments on commit eff6ffd

Please sign in to comment.