Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VascoElbrecht committed Sep 28, 2016
1 parent e70db08 commit f457704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PrimerMiner/R/strip_gaps.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exp <- rbind(exp, cbind(length(temp), sum(temp!="-")))
keep <- exp[,2]/exp[,1]
data <- data[,(keep>=0.10)]

message(paste("Number of bases", lengtbefore, "before, removing gaps with >=", gaps, "gaps -> alignment length now", ncol(data), "bp", collapse=""))
message(paste("Number of bases", lengtbefore, "before, removing gaps with >=", gaps, "gaps -> alignment length now", ncol(data)-1, "bp", collapse=""))
}

# apply selective trimming!
Expand Down

0 comments on commit f457704

Please sign in to comment.