Skip to content

Commit

Permalink
clean up recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Jan 13, 2025
1 parent 899e81b commit 36d6048
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions recipes/ngscheckmate/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{% set name = "ngscheckmate" %}
{% set version = "1.0.1" %}

package:
name: {{ name }}
version: 1.0.1
version: {{ version }}

source:
url: https://github.com/parklab/NGSCheckMate/archive/ef7a38c51dadbd4ef5b6b6db60775f239926f0a8.zip
Expand All @@ -13,22 +14,18 @@ source:
build:
number: 3
run_exports:
- {{ pin_subpackage(name, max_pin='x.x') }}
- {{ pin_subpackage(name, max_pin='x') }}

requirements:
build:
- {{ compiler('c') }}
- make

host:
- python >=2.7
- r-base >=4
- perl
- samtools
- bcftools
- bowtie
- zlib

run:
- python >=2.7
- r-base >=4
Expand All @@ -44,14 +41,20 @@ test:
- vaf_ncm.py -h
- ngscheckmate_fastq
- makesnvpattern.pl

about:
home: "https://github.com/parklab/NGSCheckMate"
license: MIT
license_family: MIT
license_file: LICENSE
summary: "Software package for identifying next generation sequencing (NGS) data files from the same individual."
description: "This version is built from a pull request which fixes a handful of known bugs."
dev_url: "https://github.com/parklab/NGSCheckMate"
doc_url: "https://github.com/parklab/NGSCheckMate/blob/master/Documentation.pdf"

extra:
additional-platforms:
- linux-aarch64
- osx-arm64

about:
home: https://github.com/parklab/NGSCheckMate
license: MIT
summary: Software package for identifying next generation sequencing (NGS) data files from the same individual.
description: This version is built from a pull request which fixes a handful of known bugs.
identifiers:
- biotools:ngscheckmate

0 comments on commit 36d6048

Please sign in to comment.