Mercurial > repos > galaxyp > hardklor
annotate hardklor.xml @ 6:73fc27617b2e draft default tip
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
author | galaxyp |
---|---|
date | Tue, 07 Apr 2020 03:27:32 -0400 |
parents | 539f157784e7 |
children |
rev | line source |
---|---|
6
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
1 <tool id="hardklor" name="Hardklor" version="2.30.1+galaxy1"> |
0
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
2 <description>identification of features from mass spectra</description> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
3 <requirements> |
3
a979b9ff3272
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents:
0
diff
changeset
|
4 <requirement type="package" version="2.3.0">hardklor</requirement> |
6
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
5 <requirement type="package" version="3.7">python</requirement> |
0
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
6 </requirements> |
6
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
8 python '$__tool_directory__/hardklor.py' |
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
9 '$ms1_in.extension' |
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
10 '$ms1_in' |
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
11 '$output' |
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
12 -charge_algo=$cdm |
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
13 -resolution=$res |
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
14 -centroided=$centroided |
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
15 -instrument=$instrument |
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
16 -algorithm=$algorithm |
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
17 -mincharge=$chMin |
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
18 -maxcharge=$chMax |
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
19 -mslvl=$mslvl |
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
20 -correlation=$corr |
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
21 -depth=$depth |
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
22 -sensitivity=$sens |
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
23 -maxfeat=$maxfeat |
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
24 ]]></command> |
0
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
25 <inputs> |
6
73fc27617b2e
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 44c3e37a12f60b01521d3e3f18b7f16664f954cc"
galaxyp
parents:
4
diff
changeset
|
26 <param name="ms1_in" type="data" format="mzml" label="MS1 files with precursor spectra" /> |
0
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
27 <param name="res" type="integer" value="60000" label="Spectral resolution at 400m/z" /> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
28 <param name="centroided" type="select" display="radio" label="Centroided data?"> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
29 <option value="0" selected="true">No</option> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
30 <option value="1">Yes</option> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
31 </param> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
32 <param name="instrument" type="select" label="Instrument" > |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
33 <option value="Orbitrap" selected="true">Orbitrap</option> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
34 <option value="FTICR" >FTICR</option> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
35 <option value="TOF" >TOF</option> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
36 <option value="QIT" >Quadrupole ion trap</option> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
37 </param> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
38 <param name="mslvl" type="select" display="radio" label="MS level"> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
39 <option value="0" >All</option> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
40 <option value="1" selected="true">MS1</option> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
41 <option value="2">MS2</option> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
42 <option value="3">MS3</option> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
43 </param> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
44 <param name="algorithm" type="select" label="Algorithm"> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
45 <option value="Basic">Basic</option> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
46 <option value="Version1">Version 1</option> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
47 <option value="Version2" selected="true">Version 2</option> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
48 </param> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
49 <param name="cdm" type="select" label="Charge determination method"> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
50 <option value="None">None</option> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
51 <option value="FFT">Fast Fourier Transform</option> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
52 <option value="Patterson">Patterson Algorithm</option> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
53 <option value="Quick" selected="true">Quick</option> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
54 <option value="Senko">Senko</option> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
55 </param> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
56 |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
57 <param name="chMin" type="integer" value="1" label="Min charge state" /> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
58 <param name="chMax" type="integer" value="5" label="Max charge state" /> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
59 |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
60 <param name="corr" type="float" value="0.95" label="Correlation threshold" /> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
61 <param name="sens" type="integer" value="2" label="Sensitivity level" help="Ranges from 0 (min, fast) to 3 (max, slow)" /> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
62 <param name="depth" type="integer" value="2" label="Depth of combinatorial analysis" |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
63 help="Max number of overlapping features in any mz window. Keep as low as necessary for speed" /> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
64 <param name="maxfeat" type="integer" value="12" label="Max nr. of features for mz-window to solve" /> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
65 |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
66 <!-- <param name="sn" type="float" value="1" label="Signal to noise threshold" help="Must be >=0" /> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
67 <param name="snWin" type="float" optional="true" label="Dynamic signal to noise window length (m/z)" |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
68 help="For spectra with varying noise levels (not for Thermo data)"/> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
69 <param name="win" type="float" value="5.25" label="Max width of any set of peaks in a spectrum" /> --> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
70 </inputs> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
71 |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
72 <outputs> |
4
539f157784e7
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit 975141c5e10d414c44d5e4172d9cbd5e3e6a1abe
galaxyp
parents:
3
diff
changeset
|
73 <data format="hardklor" name="output" /> |
0
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
74 </outputs> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
75 <tests> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
76 <test> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
77 <param name="ms1_in" value="ms1_spectra.mzml"/> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
78 <output name="output" file="hardklor_result.hk"/> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
79 </test> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
80 </tests> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
81 <help> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
82 Hardklör identifies peptide or protein-like features in mass spectra. It deconvolves overlapping ion signals and can be used on a variety of input formats. The output of Hardklör can be used by the Krönik tool which summarizes the peptide features over time in an LC-MS experiment. |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
83 </help> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
84 <citations> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
85 <citation type="doi">10.1021/ac0700833</citation> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
86 <citation type="doi">10.1002/0471250953.bi1318s37</citation> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
87 </citations> |
d796e6613d19
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/hardklor commit f37e6d0357de4d9b1cd743ca291a7d4df2cc7a5f-dirty
galaxyp
parents:
diff
changeset
|
88 </tool> |