2
2
======
3
3
|Version | |Py versions | |Git | |Bioconda | |Build Status (Travis) | |Build Status (AppVeyor) | |License | |RTD doc |
4
4
5
- DIMSpy is a Python Package to process Direct-Infusion Mass Spectrometry (DIMS) data
5
+ Python package to process direct-infusion mass spectrometry-based metabolomics and lipidomics data
6
6
7
7
- **Documentation: ** https://computational-metabolomics.github.io/dimspy
8
8
- **Source: ** https://github.com/computational-metabolomics/dimspy
9
9
- **Bug reports: ** https://github.com/computational-metabolomics/dimspy/issues
10
10
11
11
Installation
12
- --------
12
+ ------------
13
+ See the `Installation page <https://computational-metabolomics.github.io/dimspy/introduction.html#installation >`__ of
14
+ the `online documentation <https://computational-metabolomics.github.io/dimspy/ >`__.
13
15
14
- Conda _
15
- ~~~~~~~
16
-
17
- 1. Install Conda _ (For example: `Miniconda Python distribution <http://conda.pydata.org/miniconda.html >`__).
18
- 2. Run the following commands to install DIMSpy.
19
-
20
- Linux-64 and OSx
21
-
22
- ::
23
-
24
- $ conda create -n dimspy python=2.7 numpy=1.13.0 scipy=0.19.1 pymzml=0.7.8 pythonnet=2.3.0 h5py=2.7.0 fastcluster=1.1.23 -c conda-forge -c bioconda
25
- $ source activate dimspy
26
- $ pip install git+https://github.com/computational-metabolomics/dimspy.git
27
-
28
- Windows-64
29
-
30
- ::
31
-
32
- $ conda create -n dimspy python=2.7 numpy=1.13.0 scipy=0.19.1 fastcluster=1.1.23 h5py==2.7.0 -c conda-forge -c bioconda
33
- $ activate dimspy
34
- $ pip install pythonnet==2.3.0 pymzml==0.7.8
35
- $ pip install git+https://github.com/computational-metabolomics/dimspy.git
36
-
37
-
38
- Usage
39
- ------
40
16
41
17
Command line
42
- ~~~~~~~~~~~~~
43
-
18
+ ------------
44
19
::
45
20
46
- $ python -m dimspy --help
21
+ $ dimspy --help
22
+
47
23
48
24
Bugs
49
25
----
50
-
51
26
Please report any bugs that you find `here <https://github.com/computational-metabolomics/dimspy/issues >`_.
52
27
Or fork the repository on `GitHub <https://github.com/computational-metabolomics/dimspy/ >`_
53
28
and create a pull request (PR). We welcome all contributions, and we
54
29
will help you to make the PR if you are new to `git ` (see `CONTRIBUTING.rst `).
55
30
31
+
32
+ Developers & Contributors
33
+ -------------------------
34
+ - Ralf J. M. Weber (
[email protected] ) - [University of Birmingham (UK)](http://www.birmingham.ac.uk/index.aspx)
35
+ - Jiarui (Albert) Zhou (
[email protected] ) - [University of Birmingham (UK)](http://www.birmingham.ac.uk/index.aspx)
36
+ - Thomas N. Lawson (
[email protected] ) - [University of Birmingham (UK)](http://www.birmingham.ac.uk/index.aspx)
37
+
38
+
56
39
License
57
40
-------
58
-
59
41
Released under the GNU General Public License v3.0 (see `LICENSE ` file)::
60
42
61
- Copyright (C) 2017 DIMSpy Developers
62
- Ralf J.M. Weber <[email protected] >
63
- Jiarui (Albert) Zhou <[email protected] >
64
-
65
-
43
+
44
+
66
45
67
46
.. |Build Status (Travis) | image :: https://img.shields.io/travis/computational-metabolomics/dimspy.svg?style=flat&maxAge=3600&label=Travis-CI
68
47
:target: https://travis-ci.org/computational-metabolomics/dimspy
69
48
70
49
.. |Build Status (AppVeyor) | image :: https://img.shields.io/appveyor/ci/RJMW/dimspy.svg?style=flat&maxAge=3600&label=AppVeyor
71
50
:target: https://ci.appveyor.com/project/RJMW/dimspy/branch/master
72
-
51
+
73
52
.. |Py versions | image :: https://img.shields.io/pypi/pyversions/dimspy.svg?style=flat&maxAge=3600
74
53
:target: https://pypi.python.org/pypi/dimspy/
75
54
@@ -87,6 +66,3 @@ Released under the GNU General Public License v3.0 (see `LICENSE` file)::
87
66
88
67
.. |RTD doc | image :: https://img.shields.io/badge/documentation-RTD-71B360.svg?style=flat&maxAge=3600
89
68
:target: https://computational-metabolomics.github.io/dimspy/
90
-
91
- .. _pip : https://pip.pypa.io/
92
- .. _Conda : http://conda.pydata.org/docs/
0 commit comments