Previous changeset 5:2f5855ff5a04 (2019-04-27) Next changeset 7:9243cdb86997 (2019-04-27) |
Commit message:
Uploaded |
modified:
scoring function/KinatestFisherScoring.R |
b |
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 |