Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MultiQC: Added module tests back to test failure #35553

Merged
merged 3 commits into from
Jun 28, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions recipes/multiqc/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ source:
sha256: 6770244f412867af8889597996656ab10b3cdcfb0b5098cfc118eccf5d665ba6

build:
number: 0
number: 1
entry_points:
- multiqc=multiqc.__main__:multiqc
- multiqc=multiqc.__main__:run_multiqc
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps -vv

Expand All @@ -24,7 +24,6 @@ requirements:
- python >=3.6
- setuptools
- click
- rich-click
- coloredlogs
- future >0.14.0
- jinja2 >=2.9
Expand All @@ -36,6 +35,7 @@ requirements:
- pyyaml >=4
- requests
- rich >=10
- rich-click
- simplejson
- spectra >=0.0.10

Expand Down Expand Up @@ -169,6 +169,11 @@ test:
- multiqc.templates.simple
- multiqc.utils

commands:
- multiqc --version
- multiqc .



about:
home: http://multiqc.info
Expand Down