Skip to content

Commit

Permalink
release 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
siebrenf committed Oct 12, 2022
1 parent 4508358 commit 6205d50
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## Unreleased


## [0.17.2] - 2022-10-12

### Changed

- made xgboost an optional dependency (to save space on bioconda)
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ doi: "10.1101/474403"
license: MIT
repository-code: "https://github.org/vanheeringen-lab/gimmemotifs/"
title: "GimmeMotifs: an analysis framework for transcription factor motif analysis"
version: "0.14.0"
version: "0.17.2"
...
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For more information, see issue 271_.
$ conda config --add channels defaults
$ conda config --add channels bioconda
$ conda config --add channels conda-forge
$ conda install -c conda-forge conda=4.13 mamba=0.24
$ conda install -c conda-forge "conda>=4.12" "mamba>=0.27"

You can install GimmeMotifs with one command. In the current environment:

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ def run(self):
description=DESCRIPTION,
author="Simon van Heeringen",
author_email="[email protected]",
url="https://github.com/simonvh/gimmemotifs/",
download_url="https://github.com/simonvh/gimmemotifs/tarball/" + version,
url="https://github.com/vanheeringen-lab/gimmemotifs/",
download_url="https://github.com/vanheeringen-lab/gimmemotifs/tarball/" + version,
license="MIT",
packages=find_packages(),
scripts=["scripts/gimme", "scripts/combine_peaks", "scripts/coverage_table"],
Expand All @@ -119,7 +119,7 @@ def run(self):
"License :: OSI Approved :: MIT License",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Bio-Informatics",
],
install_requires=[
Expand Down

0 comments on commit 6205d50

Please sign in to comment.