Skip to content

Instantly share code, notes, and snippets.

@mfansler
Last active October 6, 2020 00:27
Show Gist options
  • Save mfansler/3e9f991c598c672e8e047d7114368dc2 to your computer and use it in GitHub Desktop.
Save mfansler/3e9f991c598c672e8e047d7114368dc2 to your computer and use it in GitHub Desktop.
Conda Environment for Building Kallisto
name: kallisto-build
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- autoconf
- automake
- hdf5
- make
- cmake
- cxx-compiler
- zlib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment