Skip to content

Commit

Permalink
Add messages to load_ref_genome_data [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed May 9, 2022
1 parent 319721b commit 734a9d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/read_vcf.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ read_vcf <- function(path,
vcf_dir = tempdir(),
download_method = "download.file",
force_new = FALSE,
mt_thresh = 1e8L,
mt_thresh = 1e5L,
nThread = 1,
verbose = TRUE){
#### Read VCF ####
Expand Down
2 changes: 1 addition & 1 deletion R/read_vcf_parallel.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ read_vcf_parallel <- function(path,
download_method = "download.file",
force_new = FALSE,

mt_thresh = 1e8L,
mt_thresh = 1e5L,
nThread = 1,
ntile = nThread,
verbose = TRUE){
Expand Down

0 comments on commit 734a9d5

Please sign in to comment.