Skip to content

Commit

Permalink
Xiangyang1984 patch 10 (bioconda#51382)
Browse files Browse the repository at this point in the history
* add pneumo-typer recipes

* Update meta.yaml

* Update meta.yaml

* Update build.sh

* Update build.sh

* Update build.sh

* Update meta.yaml

* Update meta.yaml

* Update the lastest meta.yaml

* Update meta.yaml#8

* Update meta.yaml

* Update meta.yaml
  • Loading branch information
Xiangyang1984 authored Oct 14, 2024
1 parent 7bf863a commit 75f8ccd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions recipes/pneumo-typer/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{% set name = "pneumo-typer" %}
{% set version = "1.0.2" %}
{% set sha256 = "5ba1aa25862376d44f612c1f9d25ac9fa9ab76aa10dc88939fb27518bf70e013" %}

{% set sha256 = "755584efcb967c3afe260650af905123f81e192707ee8078ed9d1db22bbfad41" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: https://www.microbialgenomic.cn/temp_dir/pneumo-typer-v{{ version }}.tar.gz
url: https://www.microbialgenomic.cn/gz/pneumo-typer-v{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
number: 0
number: 1
noarch: generic
run_exports:
- {{ pin_subpackage('pneumo-typer', max_pin="x") }}
Expand Down Expand Up @@ -41,7 +42,7 @@ test:

about:
home: 'https://www.microbialgenomic.cn/Pneumo-Typer.html'
summary: 'Pneumo-Typer is a comprehensive prediction and visualization of serotype and sequence type for streptococcus pneumoniae using assembled genomes.'
summary: 'Pneumo-Typer: An integrated tool for simultaneous identification of serotype, sequence type, and capsule genotype in Streptococcus pneumoniae.'
description: 'Pneumo-Typer is a stand-alone perl application, which requires blat, prodigal, NCBI BLAST+, and several perl Modules (GD, GD::SVG) to be installed before use.'
doc_url: 'https://github.com/Xiangyang1984/Pneumo-Typer'
license: GNU General Public License v3.0 or any later version (GPL-3.0-or-later)
Expand Down

0 comments on commit 75f8ccd

Please sign in to comment.