-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added readme with a very basic information
- Loading branch information
1 parent
34d09d3
commit 51634cb
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |