Skip to content

Commit

Permalink
2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Dec 4, 2018
1 parent ec6155b commit 2001dc1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,12 @@ rm_galaxy_dl.args=rm_lib -f "${db.name}-${removedrelease}" "Homo sapiens genome
```

By default, relative file paths will be interpreted as relative to `${data.dir}/${dir.version}/${localrelease}` if these envionment variables are set. This can be disabled by using the --no-biomaj-env option.

## Changes

- 2.0.1
- Fixed error with Galaxy 18.09 (also fixed in Galaxy: https://github.com/galaxyproject/galaxy/issues/7048)
- Fixed error while waiting for job completion

- 2.0
- Complete rewrite using data_manager_manual
2 changes: 1 addition & 1 deletion biomaj2galaxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

standard_library.install_aliases()

__version__ = '2.0'
__version__ = '2.0.1'


CONTEXT_SETTINGS = dict(auto_envvar_prefix='BM2G', help_option_names=['-h', '--help'])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="biomaj2galaxy",
version='2.0',
version='2.0.1',
description="Command-line utility to assist in interconnecting BioMAJ (https://biomaj.genouest.org/) with Galaxy (http://galaxyproject.org/).",
author="Anthony Bretaudeau",
author_email="[email protected]",
Expand Down

0 comments on commit 2001dc1

Please sign in to comment.