# HG changeset patch # User jfb # Date 1556395768 14400 # Node ID 153ed20b5aab3f80c718d34b8639a6d8a35c8637 # Parent 2f5855ff5a04f6b6b57ec418061d472637e74e47 Uploaded diff -r 2f5855ff5a04 -r 153ed20b5aab scoring function/KinatestFisherScoring.R --- a/scoring function/KinatestFisherScoring.R Sat Apr 27 15:51:34 2019 -0400 +++ b/scoring function/KinatestFisherScoring.R Sat Apr 27 16:09:28 2019 -0400 @@ -1,5 +1,7 @@ # system.time({ +options(warn=-1) + args = commandArgs(trailingOnly=TRUE) #args = c("ABL","ABC","ABC","ABC","ABC","ABC","ABC","ABC","ABC","ABC","ABC","ABC","ABC","ABC") TodaysKinase<-as.character(args[1]) @@ -1259,4 +1261,6 @@ write.table(RanksPeptides,file = "output.csv",append = FALSE,row.names = FALSE,col.names = TRUE,sep = ",") -# }) \ No newline at end of file +# }) + +options(warn=0) \ No newline at end of file