|
13 | 13 | engine) and a visulization / evaluation tool for further manual analysis of the results.
|
14 | 14 | Source code available under https://github.com/glyXera/glyXtoolMS""",
|
15 | 15 | 'license': 'GPL-3.0',
|
16 |
| - 'version': '0.1.5.3', |
| 16 | + 'version': '0.1.5.4', |
17 | 17 | 'author': 'Markus Pioch',
|
18 | 18 | 'author_email': '[email protected]',
|
19 | 19 | 'python_requires':'>=2.6, <3',
|
20 | 20 | 'install_requires': ['numpy','pyopenms','lxml','canvasvg','configparser','pyperclip','xlwt'],
|
21 | 21 | 'packages': ['glyxtoolms', 'glyxtoolms.gui','glyxtoolms.TOPP'],
|
22 |
| - 'package_data':{'glyxtoolms.gui': ['resources/*.gif','resources/isotope_confidence.pickle'], |
23 |
| - 'glyxtoolms.TOPP': ['ConsensusSearch.py', |
24 |
| - 'ConsensusSearch.ttd', |
25 |
| - 'FeatureExtractor.py', |
26 |
| - 'FeatureExtractor.ttd', |
27 |
| - 'FeatureFinderMS.py', |
28 |
| - 'FeatureFinderMS.ttd', |
29 |
| - 'FileBuilder.py', |
30 |
| - 'FileBuilder.ttd', |
31 |
| - 'FragmentationTypeExtractor.py', |
32 |
| - 'FragmentationTypeExtractor.ttd', |
33 |
| - 'FragmentationTypeFilesplitter.py', |
34 |
| - 'FragmentationTypeFilesplitter.ttd', |
35 |
| - 'FragmentCheck.py', |
36 |
| - 'FragmentCheck.ttd', |
37 |
| - 'GlycanBuilder.py', |
38 |
| - 'GlycanBuilder.ttd', |
39 |
| - 'GlycanScorer.py', |
40 |
| - 'GlycanScorer.ttd', |
41 |
| - 'GlycoDomainViewer.py', |
42 |
| - 'GlycoDomainViewer.ttd', |
43 |
| - 'GlycoIdentificationScore.py', |
44 |
| - 'GlycoIdentificationScore.ttd', |
45 |
| - 'GlycopeptideDigest.py', |
46 |
| - 'GlycopeptideDigest.ttd', |
47 |
| - 'GlycopeptideMatcher.py', |
48 |
| - 'GlycopeptideMatcher.ttd', |
49 |
| - 'GlycopeptideTable.py', |
50 |
| - 'GlycopeptideTable.ttd', |
51 |
| - 'glyxFilter.py', |
52 |
| - 'glyxFilter.ttd', |
53 |
| - 'glyxReporter.py', |
54 |
| - 'glyxReporter.ttd', |
55 |
| - 'HexNAcRatio.py', |
56 |
| - 'HexNAcRatio.ttd', |
57 |
| - 'HGIReporter.py', |
58 |
| - 'HGIReporter.ttd', |
59 |
| - 'IdentificationDiscriminator.py', |
60 |
| - 'IdentificationDiscriminator.ttd', |
61 |
| - 'IdentificationMerger.py', |
62 |
| - 'IdentificationMerger.ttd', |
63 |
| - 'IdentificationTransfer.py', |
64 |
| - 'IdentificationTransfer.ttd', |
65 |
| - 'OxoniumFilter.py', |
66 |
| - 'OxoniumFilter.ttd', |
67 |
| - 'PdfReporter.py', |
68 |
| - 'PdfReporter.ttd', |
69 |
| - 'PeptideFilter.py', |
70 |
| - 'PeptideFilter.ttd', |
71 |
| - 'PeptideScorer.py', |
72 |
| - 'PeptideScorer.ttd', |
73 |
| - 'RemoveFeatures.py', |
74 |
| - 'RemoveFeatures.ttd', |
75 |
| - 'RobustPeakPicker.py', |
76 |
| - 'RobustPeakPicker.ttd'] }, |
| 22 | + 'package_data':{'glyxtoolms.gui': ['resources/*.gif','resources/isotope_confidence.pickle'] }, |
77 | 23 | 'scripts': [],
|
78 | 24 | 'entry_points': {
|
79 | 25 | 'gui_scripts': [
|
|
0 commit comments