view data_manager/bowtie2_index_builder.xml @ 0:9458af1ab90b draft

Uploaded
author devteam
date Tue, 14 Apr 2015 12:06:01 -0400
parents
children 9bf4eb559ed5
line wrap: on
line source

<tool id="bowtie2_index_builder_data_manager" name="Bowtie2 index" tool_type="manage_data" version="0.0.1">
    <description>builder</description>
    <requirements>
        <requirement type="package" version="2.2.4">bowtie2</requirement>
    </requirements>
    <command interpreter="python">bowtie2_index_builder.py "${out_file}" --fasta_filename "${all_fasta_source.fields.path}" --fasta_dbkey "${all_fasta_source.fields.dbkey}" --fasta_description "${all_fasta_source.fields.name}" --data_table_name "bowtie2_indexes"</command>
    <stdio>
        <exit_code range=":-1" />
        <exit_code range="1:" />
    </stdio>
    <inputs>
        <param name="all_fasta_source" type="select" label="Source FASTA Sequence">
            <options from_data_table="all_fasta"/>
        </param>
        <param type="text" name="sequence_name" value="" label="Name of sequence" />
        <param type="text" name="sequence_id" value="" label="ID for sequence" />
    </inputs>
    <outputs>
        <data name="out_file" format="data_manager_json"/>
    </outputs>

    <help>

.. class:: infomark

**Notice:** If you leave name, description, or id blank, it will be generated automatically. 

    </help>
</tool>