# HG changeset patch # User mingchen0919 # Date 1506368665 14400 # Node ID 6afe8433106c859c90a47c3cc5613a2a91a54cb2 # Parent 9cf2069b31c0db707c4299e815dc2bde584454bf planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 6df7b8ef3a603f7792ed5815ff324ede8a7b2b0b-dirty diff -r 9cf2069b31c0 -r 6afe8433106c collection_list.Rmd --- 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 +``` diff -r 9cf2069b31c0 -r 6afe8433106c collection_list.xml --- a/collection_list.xml Mon Sep 25 15:39:35 2017 -0400 +++ b/collection_list.xml Mon Sep 25 15:44:25 2017 -0400 @@ -28,7 +28,7 @@ - + \ No newline at end of file