Skip to content

Commit

Permalink
Add a recipe for nanopack. (#52963)
Browse files Browse the repository at this point in the history
* Add a recipe for nanopack. A meta package for several other recipes by the same author

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>

* Fix a typo

* Fix git url

* Add phasius too

---------

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g authored Dec 27, 2024
1 parent a9e0e6f commit 09b95d1
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions recipes/nanopack/meta.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 09b95d1

Please sign in to comment.