Mercurial > repos > rnateam > bctools
comparison remove_tail.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="remove_tail.py" name="Remove 3'-end nts" version="0.1.0"> | 1 <tool id="remove_tail.py" name="Remove 3'-end nts" version="0.1.0"> |
2 <description>from FASTQ</description> | 2 <description>from FASTQ</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__/remove_tail.py --version</version_command> | 12 <version_command>python $__tool_directory__/remove_tail.py --version</version_command> |
9 <command interpreter="python"><![CDATA[remove_tail.py | 13 <command interpreter="python"><![CDATA[remove_tail.py |
10 #if $positional_1 and $positional_1 is not None: | 14 #if $positional_1 and $positional_1 is not None: |
11 $positional_1 | 15 $positional_1 |