Previous changeset 1:94d5786febc4 (2015-08-10) Next changeset 3:c31a37f6d48a (2016-03-17) |
Commit message:
planemo upload commit 1869970193a1878acbc0f8a79b81dd02b37f1dc1 |
modified:
samtool_filter2.xml |
b |
diff -r 94d5786febc4 -r 886b73f04847 samtool_filter2.xml --- a/samtool_filter2.xml Mon Aug 10 17:14:37 2015 -0400 +++ b/samtool_filter2.xml Fri Oct 09 17:24:03 2015 -0400 |
b |
@@ -110,12 +110,12 @@ </param> </when> </conditional> - <param name="library" type="text" value="" size="20" label="Select alignments from Library" + <param name="library" type="text" value="" label="Select alignments from Library" help="(-l) Requires headers in the input SAM or BAM, otherwise no alignments will be output"/> - <param name="read_group" type="text" value="" size="20" label="Select alignments from Read Group" + <param name="read_group" type="text" value="" label="Select alignments from Read Group" help="(-r) Requires headers in the input SAM or BAM, otherwise no alignments will be output"/> <param name="bed_file" type="data" format="bed" optional="true" label="Output alignments overlapping the regions in the BED FILE" help="(-L)"/> - <param name="regions" type="text" value="" size="180" label="Select regions (only used when the input is in BAM format)" + <param name="regions" type="text" value="" label="Select regions (only used when the input is in BAM format)" help="region should be presented in one of the following formats: `chr1', `chr2:1,000' and `chr3:1000-2,000'"/> <param name="outputtype" type="select" label="Select the output format"> <option value="bam">BAM (-b)</option> |