-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update nanoqc to 0.10.0 * add run_exports --------- Co-authored-by: mencian <[email protected]>
- Loading branch information
1 parent
9606978
commit 793f136
Showing
2 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,47 @@ | ||
{% set version = "0.9.4" %} | ||
{% set version = "0.10.0" %} | ||
|
||
package: | ||
name: nanoqc | ||
version: {{ version }} | ||
|
||
source: | ||
url: https://pypi.io/packages/source/n/nanoqc/nanoQC-{{ version }}.tar.gz | ||
sha256: 05685656138cbaf099b18831d1ceeaca93faf3399881cc2efda44c04d3b316e3 | ||
sha256: 5e55b8b244ce7cfb0673fc804f5a0c16dcfc4a03f9aaf84c75b8117d3c3817a6 | ||
|
||
build: | ||
entry_points: | ||
- nanoQC=nanoQC.nanoQC:main | ||
number: 0 | ||
noarch: python | ||
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir | ||
run_exports: | ||
- {{ pin_subpackage('nanoqc', max_pin="x.x") }} | ||
|
||
requirements: | ||
host: | ||
- python >=3 | ||
- pip | ||
- setuptools | ||
run: | ||
- python >=3 | ||
- bokeh | ||
- plotly >=5.4.0 | ||
- numpy | ||
- biopython | ||
|
||
test: | ||
imports: | ||
- nanoQC | ||
|
||
commands: | ||
- nanoQC --help | ||
|
||
about: | ||
home: https://github.com/wdecoster/nanoQC | ||
license: MIT License | ||
summary: 'Create fastQC-like plots for Oxford Nanopore sequencing data' | ||
license_family: MIT | ||
license: GPL-3.0-or-later | ||
summary: 'Create fastQC-like plots for Oxford Nanopore sequencing data.' | ||
license_family: GPL3 | ||
dev_url: https://github.com/wdecoster/nanoQC | ||
license_file: LICENSE | ||
|
||
extra: | ||
identifiers: | ||
- doi:10.1093/bioinformatics/bty149 |