Mercurial > repos > fubar > htseq_bams_to_count_matrix
diff htseqsams2mx.xml @ 64:d300bc688e95 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/htseq commit e5a5ad091c621348dc6ce2df861475ebc54a380e
author | iuc |
---|---|
date | Tue, 13 Oct 2015 17:24:08 -0400 |
parents | 57841366f112 |
children |
line wrap: on
line diff
--- a/htseqsams2mx.xml Sat May 30 22:48:55 2015 -0400 +++ b/htseqsams2mx.xml Tue Oct 13 17:24:08 2015 -0400 @@ -21,11 +21,11 @@ #end if </command> <inputs> - <param format="gtf" name="gfffile" type="data" label="Gene model (GFF) file to count reads over from your current history" size="100" /> + <param format="gtf" name="gfffile" type="data" label="Gene model (GFF) file to count reads over from your current history" /> <param name="mapqMin" label="Filter reads with mapq below than this value" help="0 to count any mapping quality read. Otherwise only reads at or above specified mapq will be counted" type="integer" value="5"/> - <param name="title" label="Name for this job's output file" type="text" size="80" value="bams to DGE count matrix"/> + <param name="title" label="Name for this job's output file" type="text" value="bams to DGE count matrix"/> <param name="stranded" value="false" type="boolean" label="Reads are stranded - use strand in counting" display="checkbox" truevalue="yes" falsevalue="no" checked="no" help="Check this ONLY if you know your sequences are strand specific" /> <param name="model" type="select" label="Model for counting reads over the supplied gene model- see HTSeq docs" @@ -55,7 +55,7 @@ <option value="XS:A">Might be useful for tophat</option> </param> - <param name="samfiles" type="data" label="bam/sam file from your history" format="sam,bam" size="100" multiple="true"/> + <param name="samfiles" type="data" label="bam/sam file from your history" format="sam,bam" multiple="true"/> </inputs> <outputs> <data format="tabular" name="outfile" label="${title}_htseqsams2mx.xls" />