Mercurial > repos > fubar > htseq_bams_to_count_matrix
diff htseqsams2mx.xml @ 49:c57e63d1a9d2 draft
working test. first upload
author | fubar |
---|---|
date | Fri, 02 Jan 2015 03:32:39 -0500 |
parents | edda3a085658 |
children |
line wrap: on
line diff
--- a/htseqsams2mx.xml Thu Nov 21 18:05:49 2013 -0500 +++ b/htseqsams2mx.xml Fri Jan 02 03:32:39 2015 -0500 @@ -10,13 +10,10 @@ </requirements> <command interpreter="python"> htseqsams2mx.py -g "$gfffile" -o "$outfile" -m "$model" --id_attribute "$id_attr" --feature_type "$feature_type" - --mapqMin $mapqMin --samf "'${firstsamf}','${firstsamf.name}','${firstsamf.ext}','${firstsamf.metadata.bam_index}'" - #if $secondsamf.ext != 'data': - --samf "'${secondsamf}','${secondsamf.name}','${secondsamf.ext}','${secondsamf.metadata.bam_index}'" - #end if + --mapqMin $mapqMin #for $s in $samfiles: - #if $s.samf.ext != 'data': - --samf "'${s.samf}','${s.samf.name}','${s.samf.ext}','${s.samf.metadata.bam_index}'" + #if $s.ext != 'data': + --samf "'${s}','${s.name}','${s.ext}','${s.metadata.bam_index}'" #end if #end for #if $filter_extras: @@ -58,17 +55,7 @@ <option value="XS:A">Might be useful for tophat</option> </param> - <param name="firstsamf" type="data" label="bam/sam file from your history" format="sam,bam" size="100" - help="Each sam/bam contributes a column of read counts overlapping the specified gene model contigs" - optional="false"/> - <param name="secondsamf" type="data" label="Additional bam/sam file from your history" format="sam,bam" size="100" - help="Each sam/bam contributes a column of read counts overlapping the specified gene model contigs" - optional="false"/> - <repeat name="samfiles" min="16" - title="Specify additional bam/sam file inputs" help="Each sam/bam contributes a column of read counts overlapping the specified gene model contigs"> - <param name="samf" type="data" label="Additional bam/sam file from your history" format="sam,bam" size="100" - optional="true"/> - </repeat> + <param name="samfiles" type="data" label="bam/sam file from your history" format="sam,bam" size="100" multiple="true"/> </inputs> <outputs> <data format="tabular" name="outfile" label="${title}_htseqsams2mx.xls" /> @@ -77,8 +64,7 @@ <test> <param name="feature_type" value="exon" /> <param name="gfffile" value="rn4_chr20_100k.gtf" /> - <param name="firstsamf" value="rn4chr20test1.bam" ftype="bam"/> - <param name="secondsamf" value="rn4chr20test2.bam" ftype="bam"/> + <param name="samfiles" value="rn4chr20test1.bam,rn4chr20test2.bam" ftype="bam"/> <param name="id_attr" value="gene_name" /> <param name="model" value="union" /> <param name="stranded" value="no" />