Skip to content

Commit

Permalink
Added readme with a very basic information
Browse files Browse the repository at this point in the history
  • Loading branch information
SiggiSmara authored Jul 6, 2017
1 parent 34d09d3 commit 51634cb
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# pyms
The original source is a python package called pyms that was developed and published in 2012.
See here: https://bmcbioinformatics.biomedcentral.com/articles/10.1186/1471-2105-13-115

The code was stored on google code, you can see the archive here: http://code.google.com/p/pyms/

The upstream repository here on github from ma-bio21 seems more up to date than the code found in the archive,
most notably the implementation of using mpi4py in loading ANDI files. There are other differences though,
some bug fixes and added functionality.

A diff of the two directories list the following files as different:
./Deconvolution/BillerBiemann/Function.py
./Display/Class.py
./Display/Class.pyc
./Experiment/IO.py
./Gapfill/Class.py
./Gapfill/Function.py
./Gapfill/__init__.py
./GCMS/Class.py
./GCMS/IO/ANDI/Function.py
./GCMS/IO/MZML/Function.py
./GCMS/IO/MZML/__init__.py
./Peak/Class.py
./Peak/List/DPA/Class_old.py
./Peak/List/DPA/Class.py
./Peak/List/DPA/Function_new.py
./Peak/List/DPA/Function.py
./Utils/DP.py

0 comments on commit 51634cb

Please sign in to comment.