Skip to content

Commit

Permalink
Update multiqc to 1.22.1 (#48023)
Browse files Browse the repository at this point in the history
* Update multiqc to 1.22.1

* Port updates from #47907

* Don't add back code that was removed in #47904

---------

Co-authored-by: Phil Ewels <[email protected]>
  • Loading branch information
BiocondaBot and ewels authored May 23, 2024
1 parent f8ef69c commit 7d3c266
Showing 1 changed file with 15 additions and 22 deletions.
37 changes: 15 additions & 22 deletions recipes/multiqc/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{% set version = "1.22" %}
{% set name = "multiqc" %}
{% set version = "1.22.1" %}

package:
name: multiqc
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/MultiQC/MultiQC/archive/v{{ version }}.tar.gz
sha256: b4a7264e49481c56f11138a24083dca80bb107f5dbaef248806c11db69a373e3
sha256: c67bd69597ebc55b99b7f27f8f8d723bfb18b66607f41618ca27ffe7f2b1633f

build:
number: 0
noarch: python
entry_points:
- multiqc=multiqc.__main__:run_multiqc
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps -vv
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
run_exports:
- {{ pin_subpackage('multiqc', max_pin="x") }}

Expand All @@ -23,31 +24,25 @@ requirements:
- pip
run:
- python >=3.8
- setuptools
- click
- coloredlogs
- future >0.14.0
- humanize
- jinja2 >=3.0.0
- importlib-metadata
- lzstring
- markdown
- matplotlib-base >=2.1.1
- plotly >=5.18
- python-kaleido
- pillow >=10.2.0
- networkx >=2.5.1
- numpy
- packaging
- pydantic >=2.7.1
- pyaml-env
- pyyaml >=4
- requests
- rich >=10
- rich-click
- tqdm
- simplejson
- spectra >=0.0.10
- pydantic >=2.7.1
- tqdm
- typeguard

test:
Expand All @@ -58,21 +53,18 @@ test:
- multiqc.plots
- multiqc.templates
- multiqc.utils

commands:
- multiqc --version
- multiqc .



about:
home: http://multiqc.info
license: GNU General Public License v3 (GPLv3)
home: "https://multiqc.info"
license: "GPL-3.0-or-later"
license_family: GPL3
license_file: LICENSE
summary: 'Create aggregate bioinformatics analysis reports across many samples and tools'
doc_url: http://multiqc.info/docs/
dev_url: https://github.com/ewels/MultiQC
summary: 'Create aggregate bioinformatics analysis reports across many samples and tools.'
doc_url: "https://multiqc.info/docs"
dev_url: "https://github.com/ewels/MultiQC"

extra:
container:
Expand All @@ -81,4 +73,5 @@ extra:
extended-base: true
identifiers:
- biotools:multiqc
- doi:https://doi.org/10.1093/bioinformatics/btw354
- usegalaxy-eu:multiqc
- doi:10.1093/bioinformatics/btw354

0 comments on commit 7d3c266

Please sign in to comment.