Mercurial > repos > vimalkumarvelayudhan > riboplot
comparison riboplot.xml @ 33:42fe64cac818
Add bedtools as a dependency for riboplot
author | Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com> |
---|---|
date | Fri, 30 Oct 2015 12:14:40 +0000 |
parents | 69f43f4144df |
children | de451be99b93 |
comparison
equal
deleted
inserted
replaced
32:fc2094c0f355 | 33:42fe64cac818 |
---|---|
1 <tool id="riboplot" name="riboplot" version="0.2.0"> | 1 <tool id="riboplot" name="riboplot" version="0.2.0"> |
2 <description>Plot and output read counts for a single transcript in an alignment (BAM) | 2 <description>Plot and output read counts for a single transcript in an alignment (BAM) |
3 </description> | 3 </description> |
4 <requirements> | 4 <requirements> |
5 <requirement type="package" version="0.2.2">riboplot</requirement> | 5 <requirement type="package" version="0.2.2">riboplot</requirement> |
6 <requirement type="package" version="2.24">bedtools</requirement> | |
6 </requirements> | 7 </requirements> |
7 <stdio> | 8 <stdio> |
8 <exit_code range="1:" level="fatal" description="Error" /> | 9 <exit_code range="1:" level="fatal" description="Error" /> |
9 </stdio> | 10 </stdio> |
10 <command>python \${RIBOPLOT_PATH}/riboplot | 11 <command>python \${RIBOPLOT_PATH}/riboplot |