Skip to content

Commit

Permalink
MultiQC version 1.6 release (#10254)
Browse files Browse the repository at this point in the history
* MultiQC version 1.6 release

* Update meta.yaml

* Update meta.yaml
  • Loading branch information
ewels authored and bgruening committed Aug 4, 2018
1 parent 2d66ea9 commit f9fd7b7
Showing 1 changed file with 11 additions and 7 deletions.
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

0 comments on commit f9fd7b7

Please sign in to comment.