Skip to content

Commit

Permalink
larger context fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgulhan-bio committed Aug 29, 2019
1 parent 3067e23 commit dbb4a1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/make_matrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ conv_snv_matrix_to_df <- function(genomes_matrix){
comb_out_this <- character()
for(i in 1:l){
ind <- l - i + 3
print(ind)
comb_out_this <- paste0(comb_out_this, .flip_base(substr(snv, ind, ind)))
}

Expand Down

0 comments on commit dbb4a1b

Please sign in to comment.