Skip to content

Commit

Permalink
add zip in the r script
Browse files Browse the repository at this point in the history
  • Loading branch information
lecorguille committed May 26, 2016
1 parent 673e482 commit dc5427a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions galaxy/probmetab/probmetab.r
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ cat("\tARGUMENTS INFO\n")
listArguments = parseCommandArgs(evaluate=FALSE) #interpretation of arguments given in command line as an R list of objects
write.table(as.matrix(listArguments), col.names=F, quote=F, sep='\t')

if (!is.null(listArguments[["zipfile"]])){
zipfile= listArguments[["zipfile"]]; listArguments[["zipfile"]]=NULL
}

# ----- PROCESSING INFILE -----
cat("\tINFILE PROCESSING INFO\n")
Expand Down
Loading

0 comments on commit dc5427a

Please sign in to comment.