File: README

package info (click to toggle)
microbegps 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 166,564 kB
  • sloc: python: 2,786; makefile: 10
file content (118 lines) | stat: -rw-r--r-- 3,642 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
----------
MicrobeGPS
----------

(Version 1.0.0)


What is MicrobeGPS?
-------------------

MicrobeGPS is a bioinformatics tool for the analysis of metagenomic sequencing
data. The goal is to profile the composition of metagenomic communities as 
accurately as possible and present the results to the user in a convenient
manner. One main focus is reliability: the tool calculates quality metrics for
the estimated candidates and allows the user to identify false candidates
easily.

For more information about MicrobeGPS, including detailed description of the
underlying methodology, performance evaluation and use case examples, please
have a look at our publication [not yet available].


Availability
------------

MicrobeGPS is open source and freely available. The project is hosted on 
SourceForge: https://sourceforge.net/p/microbegps

Binary distributions and source code can be downloaded there.


Documentation
-------------

Detailed information about how to use MicrobeGPS is available from the project
wiki pages:
  https://sourceforge.net/p/microbegps/wiki


Installation
------------

  * Windows
    We recommend to use the binary distribution which can be downloaded from
    the project page (see Availability). Download the .zip file with the 
    current version of MicrobeGPS and run the MicrobeGPS.exe executable file.

  * Linux
    We recommend to use the binary distribution which can be downloaded from
    the project page (see Availability). Download the .tar.gz file with the 
    current version of MicrobeGPS and run the MicrobeGPS executable file.

  * Source distribution
    Download the MicrobeGPS source file from the project home page. This method
    requires you to have Python (>= 2.7), PyQt4 and pip installed. To install 
    MicrobeGPS, run the following command from your command line:
    > pip install MicrobeGPS-X.X.tax.gz
    Now you can run the program by typing MicrobeGPS on the command line.

  * Development snapshot
    Check out a current development snapshot from the MicrobeGPS project page.
    Navigate to the MicrobeGPS directory. Now you can directly run MicrobeGPS  
    from the command line with:
    > python run.py
    Install MicrobeGPS using the provided setup.py script:
    > python setup.py install
    Now you can run the program by typing MicrobeGPS on the command line.


Dependencies
------------

If you use one of the binary distributions, you do not need to install any
other software.

If you want to use the source distribution, please make sure that you meet the
following dependencies.

Software:
  * Python (2.7)
Python packages:
  * setuptools (1.3)
  * PyQt4 (4.9)

The following Python packages must be installed manually, if the tool is not
installed as a python egg or via the setup.py script:
  * numpy (1.8.0)
  * scipy (0.13.0)
  * matplotlib (1.3.1)
  * matplotlib_venn (0.9)

Note: we tested MicrobeGPS using the given version numbers. However, MicrobeGPS
should also work with older verions.


Licensing
---------

Please see the file called LICENSE.


Contact
-------

  * For questions about using MicrobeGPS, please consult the resources listed 
    in section Documentation. If this does not help, you may directly contact 
    the author (see below).

  * Bugs or technical problems can be reported on the project home page. If you
    are not sure if it's MicrobeGPSs fault or yours, you should contact the 
    author first.

  * Contact the author via email, if no documentation is available for your
    problem:

    - Technical questions: Martin Lindner, lindnerm@rki.de
    - Other/general questions: Bernhard Renard, renardb@rki.de