Mercurial > repos > timpalpant > java_genomics_toolkit
comparison galaxy-conf/MapDyads.xml @ 7:4fc118372ae7
Uploaded new version with fixes and broader support for interval files
author | timpalpant |
---|---|
date | Sun, 19 Feb 2012 01:54:28 -0500 |
parents | 604c98e58034 |
children | 9266d807ca85 |
comparison
equal
deleted
inserted
replaced
6:422ac2bbb274 | 7:4fc118372ae7 |
---|---|
5 #if $type.read == 'single' | 5 #if $type.read == 'single' |
6 -s $type.size | 6 -s $type.size |
7 #end if | 7 #end if |
8 </command> | 8 </command> |
9 <inputs> | 9 <inputs> |
10 <param name="input" type="data" format="bam" label="Sequencing reads" /> | 10 <param name="input" type="data" format="sam,bam,bed,bedGraph" label="Sequencing reads" /> |
11 <conditional name="type"> | 11 <conditional name="type"> |
12 <param name="read" type="select" label="Type of reads"> | 12 <param name="read" type="select" label="Type of reads"> |
13 <option value="paired" selected="true">Paired-End</option> | 13 <option value="paired" selected="true">Paired-End</option> |
14 <option value="single">Single-End</option> | 14 <option value="single">Single-End</option> |
15 </param> | 15 </param> |