Commit 50caa4ac authored by ziegenhain@bio.lmu.de's avatar ziegenhain@bio.lmu.de
Browse files

fix typo

parent 3e67d37a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -294,7 +294,7 @@ makeGEprofile <- function(abamfile,ubamfile,bcfile,safannot,ncores,stra,bcstart,
          tmp <- tmp[-which(tmp$Var2==i),] #..remove them
        }else{
          tmp <- tmp[-which(tmp$Var2==i & tmp$value>min(tmpdists)),] #keep only the minimal distance
          if(nrow(bla[which(tmp$Var2==i),])>1){ #if still more than one possibility
          if(nrow(tmp[which(tmp$Var2==i),])>1){ #if still more than one possibility
            tmp <- tmp[-which(tmp$Var2==i),] #...remove them
          }
        }