Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martin-steinegger/e0a7332f727297f6cd6f91b4c20b890e to your computer and use it in GitHub Desktop.
Save martin-steinegger/e0a7332f727297f6cd6f91b4c20b890e to your computer and use it in GitHub Desktop.
meta.yaml
{% set version = "2-23394" %}
{% set sha256 = "4734846e6fcc78a80058f1c699b2deb7f2a6b5c0cf1c1f1dd75a20403b81f387" %}
package:
name: mmseqs2
version: {{ version }}
source:
fn: mmseqs2-{{ version }}.tar.gz
url: https://github.com/soedinglab/mmseqs2/archive/{{ version }}.tar.gz
sha256: {{ sha256 }}
requirements:
build:
- gcc
- openmp
- cmake
- make
- perl
- gawk
- zlib {{CONDA_ZLIB}}*
- bzip2 {{ CONDA_BZIP2 }}*
run:
- libgcc
- openmp
- gawk
- zlib {{CONDA_ZLIB}}*
- bzip2 {{ CONDA_BZIP2 }}*
test:
commands:
- mmseqs > /dev/null
about:
home: https://github.com/soedinglab/mmseqs2
license: GPLv3
summary: "MMseqs2.0: ultra fast and sensitive protein search and clustering suite"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment