diff ipo4xcmsSet.r @ 8:80de755766a8 draft

planemo upload commit 131562ad89c33a2f87754936ce3c8fe6899484c0
author lecorguille
date Thu, 03 Aug 2017 05:56:58 -0400
parents 03fdfbd914ab
children 364756ea5f42
line wrap: on
line diff
--- a/ipo4xcmsSet.r	Wed Apr 12 08:53:04 2017 -0400
+++ b/ipo4xcmsSet.r	Thu Aug 03 05:56:58 2017 -0400
@@ -107,7 +107,6 @@
     # Because IPO only want raw data in its working directory
     dir.create("ipoworkingdir")
     setwd("ipoworkingdir")
-    file.symlink(zipfile, ".")
 
     #unzip
     suppressWarnings(unzip(zipfile, unzip="unzip"))
@@ -121,8 +120,6 @@
 
     cat("files_root_directory\t",directory,"\n")
 
-    file.remove(zipfile)
-
 
 }