SIPSim
SIPSim is a toolset for simulating data from high resolution stable isotope probing (HR-SIP) experiments.
Note: currently SIPSim is only Python 2.7 compatable, mainly because MFEprimer is used for simulating sequences from genomes. We recommend using an anaconda environment, which will also help with installing the dependencies.
Sections
REFERENCE
[top]
If you use SIPSim, please cite:
Youngblut, Nicholas D., Samuel E. Barnett, and Daniel H. Buckley. 2018. "SIPSim: A Modeling Toolkit to Predict Accuracy and Aid Design of DNA-SIP Experiments." Frontiers in Microbiology 9: 570. doi: 10.3389/fmicb.2018.00570
INSTALLATION
[top]
DEPENENCIES
-
- This is a modified version of pymix
- It has been modified to fix bugs resulting from the integration with SIPSim
- This is a modified version of pymix
-
- This is a modified version of MFEprimer-2.0
- It has been modified for installation into a linux environment via
python setup.py install
- It has been modified for installation into a linux environment via
- This is a modified version of MFEprimer-2.0
Dependency install issues (using Anaconda)
- boost-python
- install via conda or see boost.org on other methods to install
- Note: there's currently no official conda channel for boost-python
- install via conda or see boost.org on other methods to install
- scipy libgrfortran issues
- scipy MKL issues
- See https://github.com/BVLC/caffe/issues/3884
- MKL can be shut down. See this blog post
- This can be done by:
conda install nomkl - NOTE: OpenBlas will try to use all threads. To limit threads, use
export OMP_NUM_THREADS=N, whereNis the number of threads to use.
- This can be done by:
Installation of SIPSim
Clone the repo
See the "before_install:" and "install:" sections in .travis.yml file for installation instructions.
If the travisCI tests are passing, then these instructions should work on a linux machine.
Installation of SIPSimR
SIPSimR contains R scripts for data analysis and plotting of data produced by SIPSim. See the SIPSimR README for more information.
TUTORIALS
[top]
SIMULATION_WORKFLOW
[top]
CHANGELOG
[top]
v0.3
- Added many unit tests and created SIPSim-specific dependency packages.
v0.2
- Restructered SIPSim to be fully installable via
setup.py. This involved spliting the software into 3 repositories (SIPSim, SIPSimR, and MFEprimer-linux).
LICENSE
[top]
- Free software: MIT license
