view Final/EdgeR_differentialExpression.xml @ 19:ecf8be6538f8 draft

Deleted selected files
author gkumar09
date Mon, 28 Sep 2015 22:02:25 -0400
parents e281bf176421
children
line wrap: on
line source

<tool id="EdgeR_differentialExpression" name="EdgeR_differentialExpression" version="0.0.1">

    <description>Identify Differentially Expressed Transcripts Using EdgeR</description>
    <requirements>
        <requirement type="package">trinity</requirement>
    </requirements>
    <command interpreter="python">

 		EdgeR_differentialExpression_wrapper.py 
			$counts_matrix 
			$dispersion
			
    </command>
    <inputs>
		
		<param type="data" format="txt" name="counts_matrix" label="Matrix of RNA-Seq fragment counts for transcripts per condition" />
		<param type="data" format="fasta" name="transcripts_fasta_file" label="Transcripts fasta file corresponding to matrix" />
		<param type="float" name="dispersion" value="0.1" min="0" label="dispersion value" help="Dispersion value to be used in the negative binomial" />
	
    </inputs>
    <outputs>
        
        <data format="tar.gz" name="EdgeR_Archive" label="${tool.name} on ${on_string}: EdgeR_Results.tar.gz" from_work_dir="edgeR_results.tar.gz" />
			
	</outputs>
    <tests>

		<test>
			<param name="myname" value="This is just a simple test" />

        </test>
	

    </tests>
    <help>
         help info here.
    </help>
</tool>