view sra_fetch.xml @ 35:a93bb9eb93c5 draft

properly end conditional statements
author Matt Shirley <mdshw5@gmail.com>
date Sun, 30 Jun 2013 19:23:07 -0400
parents 423f3eb06428
children 4da2d7f0128e
line wrap: on
line source

<tool id="sra_fetch" name="Fetch sra run" version="1.0.3">
  <description> by accession from NCBI sra.</description>
  <command interpreter="python">sra_fetch.py --accession '$accession' --out '$output'</command>
  <inputs>
    <param name="accession" size="13" type="text" value="SRR000001" label="sra run accession"/>
  </inputs>
  <outputs>
    <data format="sra" name="output" label="Fetch sra ${accession.value}"/>
  </outputs>
  <help>
    This tool fetches sra archives by accession from NCBI over ftp.
  </help>
</tool>