Skip to content

Commit

Permalink
Update A_KMT_Minus_End_Seeds.R
Browse files Browse the repository at this point in the history
  • Loading branch information
RRobert92 committed May 19, 2020
1 parent 24a36c1 commit f40bdad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ASGA/bin/Packages/Analysis/A_KMT_Minus_End_Seeds.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ A_KMT_Minus_End_Seeds <- function (input, output, session){

KMTs_minus_seed_P1 <- Minus_end_seed(which(colnames(Segments) == "Pole1_00"))

for(m in as.numeric(which(colnames(Segments) == "Pole1_00")+1):as.numeric(which(colnames(Segments) == "Pole2_00") - 1)){
for(i in as.numeric(which(colnames(Segments) == "Pole1_00")+1):as.numeric(which(colnames(Segments) == "Pole2_00") - 1)){
tryCatch({
assign("DF",
Minus_end_seed(m))
Minus_end_seed(i))
KMTs_minus_seed_P1 <- rbind(KMTs_minus_seed_P1,
DF)
},
Expand Down

0 comments on commit f40bdad

Please sign in to comment.