Skip to content

Commit

Permalink
version 0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
maxibor committed Sep 22, 2020
1 parent 3da182b commit be55fe4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,18 @@ pip install pydamage
Using pip

```bash
pip install git+ssh://git@github.com/maxibor/pydamage.git
pip install git+ssh://git@github.com/maxibor/pydamage.git@dev
```

By cloning in a dedicated conda environment

```bash
git clone git@github.com:maxibor/pydamage.git
cd pydamage
git checkout dev
conda env create -f environment.yml
conda activate pydamage
pip install -e .
```


Expand Down
2 changes: 1 addition & 1 deletion pydamage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.30'
__version__ = "0.40"
from pydamage.main import analyze
1 change: 1 addition & 0 deletions pydamage/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def cli(no_args_is_help=True, **kwargs):
Homepage & Documentation: github.com/maxibor/pydamage
BAM: path to BAM/SAM/CRAM alignment file
FASTA: path to reference FASTA file
"""
analyze(**kwargs)

Expand Down

0 comments on commit be55fe4

Please sign in to comment.