Skip to content

Instantly share code, notes, and snippets.

Created November 23, 2016 15:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/a90759fecb08ff1bf3fdefdd42d02797 to your computer and use it in GitHub Desktop.
Save anonymous/a90759fecb08ff1bf3fdefdd42d02797 to your computer and use it in GitHub Desktop.
gistcli - Paste
easyblock = 'Conda'
name = "QIIME"
version = "1.9.1"
variant = "Linux-x86_64"
homepage = 'http://qiime.org/'
description = """QIIME is an open-source bioinformatics pipeline for performing microbiome analysis from raw DNA sequencing data."""
toolchain = {'name': 'dummy', 'version': ''}
requirements = "python=2.7 %(namelower)s=%(version)s matplotlib=1.4.3 mock nose"
channels = ['bioconda']
builddependencies = [('Anaconda2', '4.0.0')]
sanity_check_paths = {
'files': ['bin/print_qiime_config.py'],
'dirs': []
}
sanity_check_commands = ['print_qiime_config.py -t']
moduleclass = 'bio'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment