comparison extract_bcs.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="extract_bcs.py" name="Extract barcodes" version="1.0.0"> 1 <tool id="extract_bcs.py" name="Extract barcodes" version="1.0.0">
2 <description>using pattern.</description> 2 <description>using pattern.</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__/extract_bcs.py --version</version_command> 12 <version_command>python $__tool_directory__/extract_bcs.py --version</version_command>
9 <command interpreter="python"><![CDATA[ 13 <command interpreter="python"><![CDATA[
10 extract_bcs.py 14 extract_bcs.py
11 #if $positional_1 and $positional_1 is not None: 15 #if $positional_1 and $positional_1 is not None: