Git Product home page Git Product logo

bio-pipeline-dependencies's Introduction

Anaconda-based Dependency Environment for Biological Data Analyses

Anaconda provides convenient package management for data science dependencies. Not only can Anaconda manage Python packages, it can also be used to install other programming languages such as R, and manage their packages. Environments can be defined to document and facilitate easy installation of package sets, including specifying version numbers. This is helpful for reproducible data analyses.

Most of my packages developed for biological data analyses rely on many dependencies, all of which are bundled here. This Anaconda virtual environment can be installed and executed on a Unix-based terminal using the following commands.

git clone https://github.com/eyzhao/bio-pipeline-dependencies.git
cd bio-pipeline-dependencies
make
source miniconda3/bin/activate dependencies

Some packages, for example SignIT, use a specific branch or tag of this environment. This can be accessed as follows:

git clone https://github.com/eyzhao/bio-pipeline-dependencies.git
cd bio-pipeline-dependencies
git checkout tags/SignIT-paper-dependencies
make

Note that this environment was designed and tested on Linux, CentOS6. Anaconda is made to be cross-platform. As packages and repositories are constantly in flux, there is always the possibility that things could break. Please don't hesitate to raise an issue here if this should occur.

bio-pipeline-dependencies's People

Contributors

eyzhao avatar seantomlinson30 avatar

Stargazers

 avatar 0x1orz avatar

Watchers

James Cloos avatar  avatar  avatar

bio-pipeline-dependencies's Issues

MacOSX Compatibility

Lines 18 - 24 of the Makefile mean that compatibility with OS X is currently not working 'out the box'. Changing these lines so that instances of 'Linux' become 'MacOSX', gets me past the first hurdle.

Miniconda3-latest-Linux-x86_64.sh:
	wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh

miniconda3/bin/conda: Miniconda3-latest-Linux-x86_64.sh
	bash Miniconda3-latest-Linux-x86_64.sh -b -p $(makefile_dir)/miniconda3

becomes

Miniconda3-latest-MacOSX-x86_64.sh:
        wget https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh

miniconda3/bin/conda: Miniconda3-latest-MacOSX-x86_64.sh
        bash Miniconda3-latest-MacOSX-x86_64.sh -b -p $(makefile_dir)/miniconda3

Making on Ubuntu

Problem is the following:

Solving environment: failed

ResolvePackageNotFound: 
  - r::r-rcpp=0.12.10
  - bioconda::r-docopt=0.4.5

I checked https://anaconda.org/ and the packages are not in their respective channels. Some sleuthing revealed that they are now both located within conda-forge. To clarify, I'm talking about the specified versions. #3 respects version requirements.

I have submitted a PR for the environment.yaml changes ref #3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.