Skip to content

Commit

Permalink
clean comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rptashkin committed Feb 5, 2020
1 parent b1fb20b commit ba49e98
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions run-facets-wrapper.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ suppressPackageStartupMessages({
library(egg)
library(purrr)
library(tibble)
#library(pctGCdata)
})

args = commandArgs(TRUE)
Expand Down Expand Up @@ -215,10 +214,6 @@ if (dir.exists(directory)) {

# Read SNP counts file
message(paste('Reading', args$counts_file))
#if (args$facets2n_lib_path != '' & args$MandUnormal==TRUE){
# read_counts = facets2n::readSnpMatrix(args$counts_file, MandUnormal = args$MandUnormal, ReferencePileupFile = args$reference_snp_pileup, ReferenceLoessFile = args$reference_loess_file, useMatchedX = args$useMatchedX)
#}else if(args$facets2n_lib_path != ''){
# read_counts = facets2n::readSnpMatrix(args$counts_file, MandUnormal = args$MandUnormal)
if(args$facets2n_lib_path != ''){
read_counts = read_snp_matrix_facets2n(args$counts_file,MandUnormal= args$MandUnormal, ReferencePileupFile=args$reference_snp_pileup, ReferenceLoessFile=args$reference_loess_file, useMatchedX=args$useMatchedX)
}else{
Expand Down

0 comments on commit ba49e98

Please sign in to comment.