diff --git a/recipes/nanopack/meta.yaml b/recipes/nanopack/meta.yaml new file mode 100644 index 0000000000000..c5c5754f7450d --- /dev/null +++ b/recipes/nanopack/meta.yaml @@ -0,0 +1,60 @@ +{% set name = "nanopack" %} +{% set version = "1.1.1" %} + +package: + name: {{ name }} + version: {{ version }} + +build: + number: 0 + noarch: generic + run_exports: + - {{ pin_subpackage(name, max_pin='x') }} + +source: + git_url: https://github.com/wdecoster/nanopack + git_rev: 4059a0afa4e51220fd0107750ebc2d818996de97 + +requirements: + run: + - nanoplot + - nanostat + - nanofilt + - nanolyse + - nanoget + - nanomath + - nanocomp + - nanoqc + - cramino + - phasius + +test: + imports: + - nanoplot + - nanostat + - nanofilt + - nanolyse + - nanoget + - nanomath + - nanocomp + commands: + - NanoPlot --help + - NanoStat --help + - NanoFilt --help + - NanoLyse --help + - NanoComp --help + - cramino --help + - phasius --help + +about: + home: https://github.com/wdecoster/nanopack + license: GPL-3.0-only + license_family: GPL3 + license_file: LICENSE + summary: A meta package for several long read processing and analysis tools. + dev_url: https://github.com/wdecoster/nanopack + +extra: + skip-lints: + - missing_hash + - uses_vcs_url