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 version 1.6 release #10254

Merged
merged 3 commits into from
Aug 4, 2018
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
18 changes: 11 additions & 7 deletions recipes/multiqc/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
package:
name: multiqc
version: "1.6a0"
version: "1.6"

source:
#url: https://github.com/ewels/MultiQC/archive/49aa22a.tar.gz
# Use development with fixes for peddy
url: https://github.com/chapmanb/MultiQC/archive/ae7864f.tar.gz
sha256: 13328c9a921d2df822f6a01712b539eb41ee5a1edd2f4ade0198340592d36b7d
url: https://github.com/ewels/MultiQC/archive/v1.6.tar.gz
sha256: 5b39754da6c1a006a58ed12569857c26206ffa0e9b11242a35dacb99edafc3f1

build:
number: 2
number: 0
preserve_egg_dir: True

requirements:
Expand Down Expand Up @@ -68,23 +66,29 @@ test:
- multiqc.modules.dedup
- multiqc.modules.deeptools
- multiqc.modules.disambiguate
- multiqc.modules.fastp
- multiqc.modules.fastq_screen
- multiqc.modules.fastqc
- multiqc.modules.featureCounts
- multiqc.modules.flexbar
- multiqc.modules.gatk
- multiqc.modules.goleft_indexcov
- multiqc.modules.happy
- multiqc.modules.hicexplorer
- multiqc.modules.hicpro
- multiqc.modules.hicup
- multiqc.modules.hisat2
- multiqc.modules.homer
- multiqc.modules.htseq
- multiqc.modules.interop
- multiqc.modules.jellyfish
- multiqc.modules.kallisto
- multiqc.modules.kat
- multiqc.modules.leehom
- multiqc.modules.longranger
- multiqc.modules.macs2
- multiqc.modules.methylQA
- multiqc.modules.mirtrace
- multiqc.modules.peddy
- multiqc.modules.picard
- multiqc.modules.preseq
Expand Down Expand Up @@ -133,7 +137,7 @@ extra:
container:
# click requires a unicode locale when used with Python 3
# extended-base generates en_US.UTF-8 locale and sets LC_ALL, LANG properly
extended-base: true # [py3k]
extended-base: true
skip-lints:
- uses_setuptools # uses pkg_resources
identifiers:
Expand Down