Mercurial > repos > mingchen0919 > rmarkdown_fastq_dump
comparison fastq_dump_se_render.R @ 4:c9b56151f112 draft
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_fastq_dump commit c9517f0b061cdca3b79678d9a2620e1e43115d42-dirty
author | mingchen0919 |
---|---|
date | Wed, 27 Sep 2017 11:10:59 -0400 |
parents | 7ec600e7dba7 |
children | 4c84d748da08 |
comparison
equal
deleted
inserted
replaced
3:dce9200ef1b7 | 4:c9b56151f112 |
---|---|
57 # substitute variables with user input values and place them in the working directory. | 57 # substitute variables with user input values and place them in the working directory. |
58 | 58 |
59 #----- 01 fastq_dump_se.Rmd ----------------------- | 59 #----- 01 fastq_dump_se.Rmd ----------------------- |
60 readLines(opt$fastq_dump_se_rmd) %>% | 60 readLines(opt$fastq_dump_se_rmd) %>% |
61 (function(x) { | 61 (function(x) { |
62 gsub('SRA_ACCESSION', opt$file_list, x) | 62 gsub('SRA_ACCESSION', opt$sra_accession, x) |
63 }) %>% | 63 }) %>% |
64 (function(x) { | 64 (function(x) { |
65 gsub('ECHO', opt$echo, x) | 65 gsub('ECHO', opt$echo, x) |
66 }) %>% | 66 }) %>% |
67 (function(x) { | 67 (function(x) { |