Skip to content

Commit

Permalink
Release 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Snajder committed Nov 28, 2022
1 parent 2c35e77 commit 94f1ed7
Show file tree
Hide file tree
Showing 660 changed files with 40 additions and 539,839 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![Anaconda Downloads](https://anaconda.org/snajder-r/pycometh/badges/downloads.svg)](https://anaconda.org/snajder-r/pycometh)

---
Version in this branch: 2.2.1
Version in this branch: 2.2.2

---

Expand All @@ -28,14 +28,17 @@ Please be aware that `pycoMeth` is a research package that is still under develo
---
### Installation

Install either using conda:

Install using pip:
conda install -c snajder-r -c bioconda -c conda-forge pycometh

Or using pip:

pip install pycometh

**NOTE** the conda distribution is currently behind until [conda issue #11442](https://github.com/conda/conda/issues/11442) is fixed.
### Documentation

---
A more detailed usage documentation can be found at https://snajder-r.github.io/pycoMeth/

### pycoMeth workflow

Expand All @@ -44,7 +47,6 @@ Install using pip:

### pycoMeth example HTML report


[Example HTML report 1](https://snajder-r.github.io/pycoMeth/examples/pycometh_report1.html)

[Example HTML report 2](https://snajder-r.github.io/pycometh/examples/pycometh_report2.html)
Expand Down
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [[ ! -z $repostring ]]; then
fi

echo "Build noarch package for conda..."
conda-build meta.yaml --python 3.7 --output-folder conda_build -c bioconda -c conda-forge -c plotly -c snajder-r --no-include-recipe
conda-build meta.yaml --python 3.7 --output-folder conda_build -c bioconda -c conda-forge -c plotly -c snajder-r --no-include-recipe --no-test

echo "Logging in to conda..."
anaconda login
Expand Down
251 changes: 0 additions & 251 deletions docs/CGI_Finder/API_usage.ipynb

This file was deleted.

Loading

0 comments on commit 94f1ed7

Please sign in to comment.