Skip to content

Commit

Permalink
Merge pull request #146 from mirpedrol/fix-indel-filters
Browse files Browse the repository at this point in the history
fix bug accessing undefined variable index_filters
  • Loading branch information
mirpedrol authored May 31, 2024
2 parents c8a2179 + 6820537 commit 76e9e10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/cigar_parser.R
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,6 @@ if (dim(alignment_info)[1] != 0){
colnames(edit_summary_perc)[1] = results_path # Rename the column to add the sample ID
edit_summary_perc <- t(edit_summary_perc) # t() will add classes as columns and counts as values, 1 row per sample
write.csv(edit_summary_perc,file=paste0(results_path, "_edits.csv"))
indel_filters
prevc_classes_mqc <- c("Wt passing filter", "Wt NOT passing filter", "Indels NOT passing filter",
"Above error & in pick", "NOT above error & in pick", "NOT above error & NOT in pick", "Above error & NOT in pick")
prevc_counts_mqc <- c(0, 0, 0, 0, 0, 0, 0)
Expand Down

0 comments on commit 76e9e10

Please sign in to comment.