Mercurial > repos > mingchen0919 > rmarkdown_fastq_dump
comparison 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 |
comparison
equal
deleted
inserted
replaced
10:057a6b742899 | 11:d4a9c31d0046 |
---|---|
34 command = paste0('fastq-dump --fasta ', '-O read_files_directory ', id) | 34 command = paste0('fastq-dump --fasta ', '-O read_files_directory ', id) |
35 } else { | 35 } else { |
36 command = paste0('fastq-dump ', '-O read_files_directory ', id) | 36 command = paste0('fastq-dump ', '-O read_files_directory ', id) |
37 } | 37 } |
38 print(command) | 38 print(command) |
39 #system(command = command) | 39 system(command = command) |
40 } | 40 } |
41 ``` | 41 ``` |
42 | 42 |