view tools/reformat_usearch_collapsed_fasta/reformat_usearch_collapsed_fasta.xml @ 1:1dc65ec11a40 draft

planemo upload for repository https://github.com/Public-Health-Bioinformatics/flu_classification_suite commit 856d0b7ab7dc801c168fcdf45cfd2e31f062a37e-dirty
author public-health-bioinformatics
date Wed, 09 Jan 2019 15:33:32 -0500
parents
children
line wrap: on
line source

<tool id="reformat_usearch_collapsed_fasta" name="Reformat USearch-Collapsed Fasta" version="0.0.1">
  <requirements>
    <requirement type="package" version="1.70">biopython</requirement>
  </requirements>
  <command detect_errors="exit_code"><![CDATA[
    reformat_usearch_collapsed_fasta.py
    '$input_fasta'
    '$output_file'
  ]]></command>
  <inputs>
    <param name="input_fasta" format="fasta" type="data" />
  </inputs>
  <outputs>
    <data name="output_file" format="fasta"/>
  </outputs>
  <tests>
    <test>
      <param name="input_fasta" value="fasta_2_rename.fasta" />
      <output name="output_file" value="output.fasta" />
    </test>
    <test>
      <param name="input_fasta" value="usearch_collapsed_sequences.fasta" />
      <output name="output_file" value="output.fasta" />
    </test>
  </tests>
  <help><![CDATA[
  ]]></help>
  <citations>
  </citations>
</tool>