From 09b95d1ea2a57731611f396db88ad6520a9e8b4f Mon Sep 17 00:00:00 2001 From: Martin Grigorov Date: Fri, 27 Dec 2024 09:31:46 +0200 Subject: [PATCH] Add a recipe for nanopack. (#52963) * Add a recipe for nanopack. A meta package for several other recipes by the same author Signed-off-by: Martin Tzvetanov Grigorov * Fix a typo * Fix git url * Add phasius too --------- Signed-off-by: Martin Tzvetanov Grigorov --- recipes/nanopack/meta.yaml | 60 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 recipes/nanopack/meta.yaml 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