diff collection_list.Rmd @ 10:6afe8433106c draft

planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 6df7b8ef3a603f7792ed5815ff324ede8a7b2b0b-dirty
author mingchen0919
date Mon, 25 Sep 2017 15:44:25 -0400
parents 9c2059916485
children e2a0bc241b56
line wrap: on
line diff
--- a/collection_list.Rmd	Mon Sep 25 15:39:35 2017 -0400
+++ b/collection_list.Rmd	Mon Sep 25 15:44:25 2017 -0400
@@ -26,6 +26,6 @@
 # Copy uploaded data to the working directory
 for f in $(echo FILE_LIST | sed "s/,/ /g")
 do
-    cp $f ./files_directory
+    cp $f ./files_directory/$f.fastqsanger
 done
-```
\ No newline at end of file
+```