How to install R-3.3.0 in RedHat EL6.0
Be careful, some software can only be run in python 2 or python 3, for example, BSSeerker2 only works in python 2 rather than python
- Update (Python vs R)
pip install --upgrade pip
pip install Cython --install-option="--no-cython-compile"
pip uninstall pysam pip install pysam
conda config --add channels r conda config --add channels bioconda conda install pysam