Mercurial > repos > iuc > sra_tools
changeset 9:6c60903f70ac draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sra-tools commit 6252dc2340b2fb6c7fdab2bdadfa4779c6f1aefd
author | iuc |
---|---|
date | Wed, 12 Jul 2017 00:48:56 -0400 |
parents | 1920e0508831 |
children | 8c00bc7fd8de |
files | fastq_dump.xml sam_dump.xml sra_pileup.xml |
diffstat | 3 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/fastq_dump.xml Mon Jul 03 06:30:15 2017 -0400 +++ b/fastq_dump.xml Wed Jul 12 00:48:56 2017 -0400 @@ -1,4 +1,4 @@ -<tool id="fastq_dump" name="Extract reads in Fastq/a" version="@VERSION@.3"> +<tool id="fastq_dump" name="Download and Extract Reads in FASTA/Q" version="@VERSION@.3"> <description>format from NCBI SRA</description> <macros> <import>sra_macros.xml</import>
--- a/sam_dump.xml Mon Jul 03 06:30:15 2017 -0400 +++ b/sam_dump.xml Wed Jul 12 00:48:56 2017 -0400 @@ -1,4 +1,4 @@ -<tool id="sam_dump" name="Extract reads in BAM" version="@VERSION@.2"> +<tool id="sam_dump" name="Download and Extract Reads in BAM" version="@VERSION@.2"> <description>format from NCBI SRA</description> <macros> <import>sra_macros.xml</import>
--- a/sra_pileup.xml Mon Jul 03 06:30:15 2017 -0400 +++ b/sra_pileup.xml Wed Jul 12 00:48:56 2017 -0400 @@ -1,5 +1,5 @@ -<tool id="sra_pileup" name="Generate pileup format" version="@VERSION@.2"> - <description>from NCBI sra</description> +<tool id="sra_pileup" name="Download and Generate Pileup Format" version="@VERSION@.2"> + <description>from NCBI SRA</description> <macros> <import>sra_macros.xml</import> </macros>