Mercurial > repos > rnateam > bctools
comparison convert_bc_to_binary_RY.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 |
comparison
equal
deleted
inserted
replaced
| 54:7a05b21c5629 | 55:4bedd35bcdff |
|---|---|
| 1 <tool id="convert_bc_to_binary_RY.py" name="Create binary barcodes" version="0.1.0"> | 1 <tool id="convert_bc_to_binary_RY.py" name="Create binary barcodes" version="0.1.0"> |
| 2 <description>from regular barcodes.</description> | 2 <description>from regular barcodes.</description> |
| 3 <xml name="requirements"> | |
| 4 <requirements> | |
| 5 <requirement type="package" version="1.66">biopython</requirement> | |
| 6 </requirements> | |
| 7 </xml> | |
| 3 <macros> | 8 <macros> |
| 4 <import>macros.xml</import> | 9 <import>macros.xml</import> |
| 5 </macros> | 10 </macros> |
| 6 <expand macro="requirements" /> | |
| 7 <expand macro="stdio" /> | 11 <expand macro="stdio" /> |
| 8 <version_command>python $__tool_directory__/convert_bc_to_binary_RY.py --version</version_command> | 12 <version_command>python $__tool_directory__/convert_bc_to_binary_RY.py --version</version_command> |
| 9 <command interpreter="python"><