Skip to content

Commit

Permalink
More diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Oct 19, 2024
1 parent 79d9e88 commit d55762f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vcf-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ jobs:
} else {
message("all is well)")
}
devtools::test()
shell: Rscript {0}
3 changes: 3 additions & 0 deletions R/vcf_to_fbm_cpp.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ vcf_to_fbm_cpp <- function(
# index_start:(index_start+chunk_info$num_loci-1)
# ] <- genotypes_matrix[,1:chunk_info$num_loci]

# debug
print(genotypes_matrix)

write_to_FBM(file_backed_matrix,
allele_counts = genotypes_matrix,
col_start = index_start-1,
Expand Down

0 comments on commit d55762f

Please sign in to comment.