changeset 10:b7171118a078 draft

planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_bdss_client commit ea6df97960569d247d64be1549aa90768c9786f4-dirty
author mingchen0919
date Wed, 11 Oct 2017 13:31:47 -0400
parents 072568c2c96a
children e901094f7e88
files bdss_client.Rmd
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bdss_client.Rmd	Wed Oct 11 13:26:29 2017 -0400
+++ b/bdss_client.Rmd	Wed Oct 11 13:31:47 2017 -0400
@@ -40,10 +40,10 @@
 # loop through SRA accessions to download and extract reads.
 for(url in urls) {
     bdss_command = paste0('/tool_deps/_conda/bin/bdss transfer -u ', url)
-    print(system(bdss_command, intern = TRUE))
+    system(bdss_command, intern = TRUE)
 }
 move_files_command = 'find . -type f -print0 | xargs -0 mv -t ./read_files_directory'
-print(system(move_files_command, intern = TRUE))
+system(move_files_command, intern = TRUE)
 ```
 
 * `fastq-dump` command