Go to file
Sylvain Tricot 13a43b0b70 Fix bug in memory management
the call to the run function in libspec cannot be done
with unzip the OrderedDict values. It creates memory address
confusion and the program is killed by the os with a message:
"Operating system error: Cannot allocate memory
 Allocation would exceed memory limit"

To fix, we shall call the run function with each argument well specified
between the parentheses.
2019-11-22 13:38:28 +01:00
CI Work on install script 2019-11-21 17:09:19 +01:00
doc Add the doc folder with all *.rst files 2019-11-22 11:39:39 +01:00
src Fix bug in memory management 2019-11-22 13:38:28 +01:00
utils Work on continuous integration 2019-11-20 18:14:00 +01:00
.gitattributes Add .gitattributes 2019-11-15 16:53:41 +01:00
.gitignore Work on install script 2019-11-21 17:09:19 +01:00
Jenkinsfile Work on install script 2019-11-21 17:09:19 +01:00
Makefile Work on install script 2019-11-21 17:09:19 +01:00
README.md Update README info 2019-11-15 16:13:02 +01:00
license.txt iUpdate the license info 2019-11-15 16:24:12 +01:00

README.md

Introduction

This is the Python MsSpec version with support for Python 3.x and dynamic memory allocation for Phagen and Spec

To install

make selfex
./pymsspec-###.setup