Skip to content

Commit

Permalink
add rabit sugg pins in run, license and ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Paururo committed Oct 6, 2024
1 parent 17df3f1 commit c2af868
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions recipes/get_mnv/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,22 @@ requirements:
- xz
- zlib

run:
- {{ pin_compatible('openssl') }}
- {{ pin_compatible('curl') }}
- {{ pin_compatible('htslib') }}
- {{ pin_compatible('bzip2') }}
- {{ pin_compatible('xz') }}
- {{ pin_compatible('zlib') }}

test:
commands:
- get_mnv --help
- get_mnv --version

about:
home: "https://github.com/PathoGenOmics-Lab/get_mnv"
license: "GPL-3.0-or-later"
license: "GPL-3.0"
license_family: GPL3
license_file: LICENSE
summary: "Tool to identify Multi-Nucleotide Variants (MNVs) in genomic sequences."
Expand All @@ -64,4 +73,4 @@ extra:
- PathoGenOmics-Lab
categories:
- Genomics
- Variant Analysis
- Variant Analysis

0 comments on commit c2af868

Please sign in to comment.