diff fastq_dump_se.Rmd @ 11:d4a9c31d0046 draft

planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastq_dump commit affb362adeb095389646b0c51738d24c2de3838d-dirty
author mingchen0919
date Wed, 27 Sep 2017 16:43:52 -0400
parents 233210d44681
children 42e154ba2d35
line wrap: on
line diff
--- a/fastq_dump_se.Rmd	Wed Sep 27 16:17:40 2017 -0400
+++ b/fastq_dump_se.Rmd	Wed Sep 27 16:43:52 2017 -0400
@@ -36,7 +36,7 @@
     command = paste0('fastq-dump ', '-O read_files_directory ', id)
   }
   print(command)
-  #system(command = command)
+  system(command = command)
 }
 ```