Skip to content

Commit

Permalink
Unify output formats regardless of having meaningful outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
gaow committed Oct 24, 2023
1 parent 799f98a commit 265fc31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/misc/xqtl_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ post_process_susie <- function(fobj, fdat, r, signal_cutoff = 0.7) {
names(fobj$pip) = NULL
class(fobj) = "list"
} else {
fobj = load_script()
fobj = list(analysis_script = load_script(), pip = fobj$pip, variant_names = gsub("_",":",names(fobj$pip)))
names(fobj$pip) = NULL
}
return(fobj)
}

0 comments on commit 265fc31

Please sign in to comment.