Skip to content

Commit

Permalink
Update artic to 1.5.2 (#52096)
Browse files Browse the repository at this point in the history
* Update artic to 1.5.2

* Update meta.yaml

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Nov 13, 2024
1 parent 6599834 commit 2c168fe
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions recipes/artic/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{% set name = "artic" %}
{% set version = "1.5.1" %}
{% set sha256 = "6bbd5f07f1417ff046bdc17c57cf55871027738e082121e24c5b22593351d27b" %}
{% set version = "1.5.2" %}
{% set sha256 = "54e1683ae80f18490b12eeb60b31eff4a5eba68a21e4826e8c3240b55fb6dbe8" %}

package:
name: {{ name|lower }}
version: {{ version|replace("-", "_") }}

source:
url: https://github.com/artic-network/fieldbioinformatics/archive/v{{ version }}.tar.gz
sha256: {{ sha256 }}
Expand All @@ -14,7 +15,7 @@ build:
noarch: python
run_exports:
- {{ pin_subpackage('artic', max_pin='x.x') }}
script: python -m pip install --ignore-installed .
script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation --no-cache-dir . -vvv
entry_points:
- artic=artic.pipeline:main
- align_trim=artic.align_trim:main
Expand Down Expand Up @@ -44,7 +45,6 @@ requirements:
- multiqc
- muscle <5.1
- pandas
- pip
- pysam
- pytest
- cyvcf2
Expand All @@ -69,6 +69,8 @@ test:
about:
home: https://github.com/artic-network/fieldbioinformatics
license: MIT
license_family: MIT
license_file: LICENSE
summary: ARTIC pipeline - a bioinformatics pipeline for working with virus sequencing data sequenced with nanopore

summary: "ARTIC pipeline - a bioinformatics pipeline for working with virus sequencing data sequenced with nanopore."
dev_url: https://github.com/artic-network/fieldbioinformatics
doc_url: https://artic.readthedocs.io/en/latest

0 comments on commit 2c168fe

Please sign in to comment.