diff bdss_client_sra.Rmd @ 24:a1c0ebd05f2f draft

planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_bdss_client commit 3d2a2c46f10b7f00a36771d2a0fc334d2c177730-dirty
author mingchen0919
date Sun, 15 Oct 2017 01:00:51 -0400
parents fd15cf620d5d
children 821832531529
line wrap: on
line diff
--- a/bdss_client_sra.Rmd	Sun Oct 15 00:50:10 2017 -0400
+++ b/bdss_client_sra.Rmd	Sun Oct 15 01:00:51 2017 -0400
@@ -46,7 +46,7 @@
                  substr(id, 1, 3), '/',
                  substr(id, 1, 6), '/', id, '/', id, '.sra')
     # download sra file with bdss
-    bdss_command = paste0('/main/sites/galaxy/galaxy/tools/_conda/bin/bdss transfer -u ', url)
+    bdss_command = paste0('/tool_deps/_conda/bin/bdss transfer -u ', url)
     system(bdss_command, intern = TRUE)
     # convert .sra to .fastq/.fasta
     if('FORMAT' == 'fasta') {
@@ -68,7 +68,7 @@
                  substr(id, 1, 3), '/',
                  substr(id, 1, 6), '/', id, '/', id, '.sra')
     # download sra file with bdss
-    bdss_command = paste0('/main/sites/galaxy/galaxy/tools/_conda/bin/bdss transfer -u ', url)
+    bdss_command = paste0('/tool_deps/_conda/bin/bdss transfer -u ', url)
     system(bdss_command, intern = TRUE)
     # convert .sra to .fastq/.fasta
     if('FORMAT' == 'fasta') {