File: README.md

package info (click to toggle)
macsyfinder 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 54,748 kB
  • sloc: python: 6,062; xml: 780; makefile: 147; sh: 12
file content (100 lines) | stat: -rw-r--r-- 2,862 bytes parent folder | download
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
MacSyFinder
===========

[![pipeline status](https://gitlab.pasteur.fr/gem/MacSyFinder/badges/master/pipeline.svg)]
(https://gitlab.pasteur.fr/gem/MacSyFinder/commits/master)
[![coverage report](https://gitlab.pasteur.fr/gem/MacSyFinder/badges/master/coverage.svg)]
(https://gitlab.pasteur.fr/gem/MacSyFinder/commits/master)
[![Documentation]()https://img.shields.io/badge/style-plastic-blue.svg?style=plastic

MacSyFinder - Detection of macromolecular systems in protein datasets using systems modelling and similarity search.



Citation
-------- 
Abby SS, Néron B, Ménager H, Touchon M, Rocha EPC (2014). MacSyFinder: A Program to Mine Genomes for Molecular Systems with an Application to CRISPR-Cas Systems. PLoS ONE 9(10): e110726. doi:10.1371/journal.pone.0110726
http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0110726


Download distribution
---------------------
 
[ ![Download](https://api.bintray.com/packages/gem-pasteur/MacSyFinder/macsyfinder/images/download.svg) ](https://bintray.com/gem-pasteur/MacSyFinder/macsyfinder/_latestVersion)


Installation from distribution
------------------------------

1. Uncompress and untar the package:

```bash
tar -xzf macsyfinder-x.x.tar.gz
```

2. Go to the MacSyFinder directory
 
```bash
cd macsyfinder-x.x
```

3. Build 

```bash
python setup.py build
```

4. Test    

```bash
python setup.py test -vv
```

5. Install

```bash
sudo python setup.py install
```

    To see all installation options "python setup.py --help"

See the INSTALL file for more details.


Installation from repository
----------------------------

 Please be careful, MacSyView has its own repository: https://github.com/gem-pasteur/macsyview
 
 
 
Unit tests with Travis-CI
-------------------------
 [![Build Status](https://travis-ci.org/gem-pasteur/macsyfinder.svg?branch=master)](https://travis-ci.org/gem-pasteur/macsyfinder)

Unit tests with gitlab-ci
-------------------------
[![pipeline status](https://gitlab.pasteur.fr/gem/MacSyFinder/badges/master/pipeline.svg)](https://gitlab.pasteur.fr/gem/MacSyFinder/commits/master)  
[![coverage report](https://gitlab.pasteur.fr/gem/MacSyFinder/badges/master/coverage.svg)](http://gem.pages.pasteur.fr/MacSyFinder/htmlcov/index.html)



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

You will find complete documentation for setting up your project.
for the development version on gitlab pages

[![Doc] (https://img.shields.io/badge/docs-passed-brightgreen.svg)](http://gem.pages.pasteur.fr/MacSyFinder/)


for public version on readthedocs

[![Doc] (https://readthedocs.org/projects/macsyfinder/badge/?version=latest)](http://macsyfinder.readthedocs.org/en/latest/#)


Note
----

The `setsid` binary in *utils* directory is used only for functional tests on macosx. 
The binary has been build using the [setsid-macosx](https://github.com/tzvetkoff/setsid-macosx) project.