Mercurial > repos > aaronquinlan > bedtools
comparison bedtools-galaxy/genomeCoverageBed_histogram.xml @ 11:0ee50862dd67 default tip
Uploaded
| author | aaronquinlan |
|---|---|
| date | Tue, 27 Dec 2011 17:12:28 -0500 |
| parents | d72fd57eb158 |
| children |
comparison
equal
deleted
inserted
replaced
| 10:d72fd57eb158 | 11:0ee50862dd67 |
|---|---|
| 1 <tool id="bedtools_genomecoveragebed_histogram" name="Create a histogram of genome coverage" version="0.1.0"> | 1 <tool id="bedtools_genomecoveragebed_histogram" name="Create a histogram of genome coverage" version="0.1.0"> |
| 2 <description></description> | 2 <description></description> |
| 3 | |
| 4 <requirements> | |
| 5 <requirement type="binary">genomeCoverageBed</requirement> | |
| 6 </requirements> | |
| 7 | |
| 3 <command>genomeCoverageBed | 8 <command>genomeCoverageBed |
| 4 #if $input.ext == "bam" | 9 #if $input.ext == "bam" |
| 5 -ibam '$input' | 10 -ibam '$input' |
| 6 #else | 11 #else |
| 7 -i '$input' | 12 -i '$input' |
