comparison reverse.xml @ 110:fa6ef7619bbd draft default tip

Uploaded
author bgruening
date Mon, 26 Jan 2015 13:10:16 -0500
parents 89dd3b812906
children
comparison
equal deleted inserted replaced
109:89dd3b812906 110:fa6ef7619bbd
1 <tool id="compomics_reverse" name="Create Target-Decoy Database" version="0.1.0">
2 <description>Creates a target-decoy database for use with Peptide Shaker</description>
3 <requirements>
4 <requirement type="set_environment">PEPTIDESHAKER_SCRIPT_PATH</requirement>
5 </requirements>
6 <command interpreter="python">
7 reverse.py
8 --input='$input'
9 --output='$output'
10 --script_path \$PEPTIDESHAKER_SCRIPT_PATH
11 </command>
12 <inputs>
13 <param format="fasta" name="input" type="data" label="FASTA Input" />
14 </inputs>
15 <outputs>
16 <data format="fasta" name="output" />
17 </outputs>
18 <help>
19 **What it does**
20
21 Given an input database, this tool will produce a target-decoy
22 database in the format required by PeptideShaker using dbtoolkit.
23
24 ------
25
26 **Citation**
27
28 For the underlying tool, please cite `Martens et al. DBToolkit: processing protein databases for peptide-centric proteomics. Bioinformatics (2005) vol. 21 (17) pp. 3584-5`.
29
30 If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/peptideshaker .
31
32 </help>
33 </tool>