Skip to content

Commit

Permalink
Update dockerfile to v0.5.4; add google verification to docs
Browse files Browse the repository at this point in the history
Also: Updated meta.yaml
  • Loading branch information
tomazou-lab committed Dec 20, 2021
1 parent 5d59bb3 commit 72f054e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
13 changes: 7 additions & 6 deletions conda-recipe/meta.yaml
@@ -1,11 +1,11 @@
package:
name: liquorice
version: 0.5.3
version: 0.5.4

source:
#url: https://github.com/epigen/LIQUORICE/archive/refs/tags/v0.5.0.tar.gz
#sha256: fdbbced331d810b982ac30513d4980b57cb0825318c3919c711640c1f61fcc4d
path: ..
url: https://github.com/epigen/LIQUORICE/archive/refs/tags/v0.5.4.tar.gz
sha256: 476aae3c29516726cd4574b93ecb49bc89e85a931068bfba74a4d1b220361020
#path: ..

build:
number: 0
Expand All @@ -17,7 +17,7 @@ build:

requirements:
host:
- python
- python >=3.7
run:
- python >=3.7.9
- biopython ==1.79
Expand All @@ -44,6 +44,7 @@ requirements:
- dask-core ==2021.9.0
- tornado ==6.1


test:
commands:
- LIQUORICE --help
Expand All @@ -59,4 +60,4 @@ about:
license: GPL-3.0
license_family: GPL
summary: A tool for bias correction and quantification of changes in coverage around regions of interest in cfDNA WGS datasets
description: See the package README.rst for more information.
description: See https://liquorice.readthedocs.io for more information.
2 changes: 1 addition & 1 deletion dockerfile
@@ -1,3 +1,3 @@
FROM condaforge/mambaforge:4.9.2-5 as conda

RUN mamba install -c bioconda -c conda-forge liquorice==0.5.3 ray-core
RUN mamba install -c bioconda -c conda-forge liquorice==0.5.4 ray-core
4 changes: 3 additions & 1 deletion docs/source/conf.py
Expand Up @@ -24,7 +24,7 @@
author = 'Peter Peneder'

# The full version, including alpha/beta/rc tags
release = '0.5.3'
release = '0.5.4'


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -65,3 +65,5 @@
html_theme_options = {
'logo_only': True,
}

html_extra_path = "google25ad18a36b820a71.html"
1 change: 1 addition & 0 deletions docs/source/google25ad18a36b820a71.html
@@ -0,0 +1 @@
google-site-verification: google25ad18a36b820a71.html

0 comments on commit 72f054e

Please sign in to comment.