Mercurial > repos > mingchen0919 > rmarkdown_bdss_client
changeset 6:415ebc9016da 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 11:49:19 -0400 |
parents | 04100e773314 |
children | efb1938c3020 |
files | bdss_client_sra_pe.Rmd |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/bdss_client_sra_pe.Rmd Wed Oct 11 11:43:39 2017 -0400 +++ b/bdss_client_sra_pe.Rmd Wed Oct 11 11:49:19 2017 -0400 @@ -64,11 +64,11 @@ print(paste0('Two fastq files found for this SRA accession: ', id)) url_1 = paste0(url_base, '/', all_fastq_files[1]) bdss_command_1 = paste0('/tool_deps/_conda/bin/bdss transfer -u ', url_1) - run_bdss_1 = system(bdss_command, intern = TRUE) + run_bdss_1 = system(bdss_command_1, intern = TRUE) print(run_bdss_1) url_2 = paste0(url_base, '/', all_fastq_files[1]) bdss_command_2 = paste0('/tool_deps/_conda/bin/bdss transfer -u ', url_2) - run_bdss_2 = system(bdss_command, intern = TRUE) + run_bdss_2 = system(bdss_command_2, intern = TRUE) print(run_bdss_2) } }