Mercurial > repos > rnateam > bctools
diff extract_aln_ends.xml @ 55:4bedd35bcdff draft
Move deps from macros to individual tools
| author | rnateam |
|---|---|
| date | Fri, 12 Feb 2016 08:37:33 -0500 |
| parents | 0b9aab6aaebf |
| children | b0d5cd8e4c6b |
line wrap: on
line diff
--- a/extract_aln_ends.xml Mon Feb 01 10:05:34 2016 -0500 +++ b/extract_aln_ends.xml Fri Feb 12 08:37:33 2016 -0500 @@ -1,9 +1,14 @@ <tool id="extract_aln_ends.py" name="Extract alignment ends." version="0.2.0"> <description>from SAM or BAM.</description> + <xml name="requirements"> + <requirements> + <requirement type="package" version="0.6.9">pybedtools</requirement> + <requirement type="package" version="0.8.3">pysam</requirement> + </requirements> + </xml> <macros> <import>macros.xml</import> </macros> - <expand macro="requirements" /> <expand macro="stdio" /> <version_command>python $__tool_directory__/extract_aln_ends.py --version</version_command> <command interpreter="python"><