comparison feature_alignment.xml @ 3:38b0cb816891 draft

Uploaded
author galaxyp
date Thu, 21 May 2015 11:17:49 -0400
parents 8559c361b8a1
children 0fc499958d0b
comparison
equal deleted inserted replaced
2:8559c361b8a1 3:38b0cb816891
1 <tool id="feature_alignment" name="Feature Alignment" version="0.1"> 1 <tool id="feature_alignment" name="Feature Alignment" version="0.1">
2 <description>of peakgroups below a FDR</description> 2 <description>of peakgroups below a FDR</description>
3 <requirements>
4 <requirement type="package" version="2.7">python</requirement>
5 <requirement type="package" version="0.3.2">msproteomicstools</requirement>
6 </requirements>
3 <stdio> 7 <stdio>
4 <exit_code level="fatal" range="1:"/> 8 <exit_code level="fatal" range="1:"/>
5 </stdio> 9 </stdio>
6 <version_command>feature_alignment.py --version</version_command> 10 <version_command>feature_alignment.py --version</version_command>
7 <command interpreter="python"> 11 <command>
8 <![CDATA[ 12 <![CDATA[
9 feature_alignment.py 13 feature_alignment.py
10 --in #'" "'.join([ $file for $file in $inputs ])# 14 --in #'" "'.join([ $file for $file in $inputs ])#
11 --file_format $oformat 15 --file_format $oformat
12 #if str($out) == "openswath": 16 #if str($out) == "openswath":