Skip to content

Commit

Permalink
Remove browser() debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
astrasb committed Jul 29, 2022
1 parent b7269be commit b1d92ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Server/insert_introns.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ intronic_opt<-sapply(1:num_Int, function(x) {

## Check to see if sequence is a multiple of 3, and if not, add space padding
## so that splitseq won't cut off nucleotides
browser()
if (nchar(intronic_opt)/3 != round(nchar(intronic_opt)/3)){
paddingnum <- (ceiling(nchar(intronic_opt)/3)*3)-nchar(intronic_opt)
pad <- rep_len(" ", paddingnum) %>% paste0(collapse = "")
Expand Down

0 comments on commit b1d92ad

Please sign in to comment.