view rnaz.xml @ 7:76b5b9e6c5ca draft

Uploaded
author bernhardlutz
date Mon, 23 Dec 2013 16:30:56 -0500
parents 0acb69966d7c
children
line wrap: on
line source

<tool id="rnaz" name="RNAz" version="0.1.0">
    <description></description>
    <requirements>
        <requirement type="package" version="1.0">rnaz</requirement>
    </requirements>
    <command>
RNAz $inputaln $outfile
    </command>
    <stdio>
        <exit_code range="1:" level="fatal" description="Error occurred. Please check Tool Standard Error" />
        <exit_code range=":-1" level="fatal" description="Error occurred. Please check Tool Standard Error" />
    </stdio>
    <inputs>
        <param format="aln" name="inputaln" type="data" label="Input Alignment File" />
    </inputs>
    <outputs>
        <data name="outfile" format="txt" />
    </outputs>
    <help>**What it does**
     RNAz is a program for predicting structurally conserved and thermodynamically stable RNA secondary structures in multiple sequence alignments. It can be used in genome wide screens to detect functional RNA structures, as found in noncoding RNAs and cis-acting regulatory elements of mRNAs.
    </help>
</tool>