Skip to content

Commit

Permalink
simplify messages when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Nov 20, 2024
1 parent 5bf64bd commit 34c85fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/vcf_to_fbm_cpp.R
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ vcf_to_fbm_cpp <- function(
# ] <- genotypes_matrix[,1:chunk_info$num_loci]

# debug
print(genotypes_matrix)
#print(genotypes_matrix)

write_to_FBM(file_backed_matrix,
allele_counts = genotypes_matrix,
Expand Down

0 comments on commit 34c85fa

Please sign in to comment.