Skip to content

Commit

Permalink
Update fastqe to 0.3.3 (#51664)
Browse files Browse the repository at this point in the history
* Update fastqe to 0.3.3

* add run_exports

---------

Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com>
  • Loading branch information
BiocondaBot and mencian authored Oct 25, 2024
1 parent 86e6939 commit e735f95
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions recipes/fastqe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "fastqe" %}
{% set version = "0.3.1" %}
{% set version = "0.3.3" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: "5b2e60d3d48d9abc5807ebaa9b51c5326b2130b118e0852cd40a35179460379c"
sha256: "6ddcef4a9d25e22d7391ea6f6234181f3ec22c0767d07c90cb2c66deb4ec3881"
patches:
- patch

Expand All @@ -16,14 +16,18 @@ build:
number: 0
entry_points:
- fastqe = fastqe.fastqe:main
script: {{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv
script: {{ PYTHON }} -m pip install . --no-build-isolation --no-deps --no-cache-dir --use-pep517 -vvv
run_exports:
- {{ pin_subpackage('fastqe', max_pin="x.x") }}

requirements:
host:
- python
- python >=3.7
- pip
- twine >=1.11.0
- setuptools
run:
- python
- python >=3.7
- biopython >=1.66
- pyemojify

Expand All @@ -35,7 +39,8 @@ test:

about:
home: https://github.com/lonsbio/fastqe
license: MIT
license_family: MIT
summary: A emoji based bioinformatics command line tool
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE.txt
summary: "A emoji based bioinformatics command line tool."
description: "The program reads one or more input FASTQ files.\nFor each file it computes the minimum, maximum and mean FASTQ quality score at each position across all reads in a file.\n\nFor some reason, it then represents these as emoji."

0 comments on commit e735f95

Please sign in to comment.