Skip to content

Commit

Permalink
Remove broken pypi distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
JannesSP committed Jul 20, 2023
1 parent 7b81f9d commit db2bbb5
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 59 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# ![](figures/magnipore_logo.png)

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-teal.svg)](https://www.gnu.org/licenses/gpl-3.0)![PyPI - Python Version](https://img.shields.io/pypi/pyversions/magnipore)![conda](https://img.shields.io/badge/Uses-conda-green.svg)

[![PyPI](https://img.shields.io/pypi/v/magnipore) ![PyPI - Downloads](https://img.shields.io/pypi/dm/magnipore) ![PyPI - Status](https://img.shields.io/pypi/status/magnipore)](https://pypi.org/project/magnipore/)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-teal.svg)](https://www.gnu.org/licenses/gpl-3.0)![conda](https://img.shields.io/badge/Uses-conda-green.svg)

[![Conda package](https://anaconda.org/jannessp/magnipore/badges/version.svg)](https://anaconda.org/jannessp/magnipore) ![Conda](https://img.shields.io/conda/dn/jannessp/magnipore)
[![Conda package](https://anaconda.org/jannessp/magnipore/badges/latest_release_date.svg)](https://anaconda.org/jannessp/magnipore) [![Conda package](https://anaconda.org/jannessp/magnipore/badges/platforms.svg)](https://anaconda.org/jannessp/magnipore)
Expand All @@ -22,15 +20,8 @@ ___
6. [Output File Description](#output-file-description)
7. [Error Codes Explanation](#error-codes-explanation)
___
## Installation

### via pip

```bash
pip install magnipore
```
## Installation via Conda

### via Conda
To install Magnipore we recommend to use Conda:
Magnipore is available for **linux-64 and osx-64**.

Expand Down
14 changes: 2 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
Installation
============

via pip
-------

.. code:: bash
pip install magnipore
via Conda
---------
Installation via Conda
======================

To install Magnipore we recommend to use Conda: Magnipore is available
for **linux-64 and osx-64**.
Expand Down
36 changes: 6 additions & 30 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,32 +20,17 @@ requirements:
- pip
run:
- python
- h5py>=3.7
- biopython>=1.80
- mafft>=7.508
- matplotlib>=3.6
- numpy>=1.21
- scipy>=1.9
- minimap2>=2.24
- samtools>=1.0
- pandas>=1.5
- seaborn>=0.12
- psutil>=5.9
- hdf5>=1.12
- hdf5plugin>=3.3
- ont_vbz_hdf_plugin>=1.0
- pytest>=7.1
- gzip>=1.12
- f5c>=1.2
- read5>=1.2.0
# dependencies are defined in setup.py
{% for dep in data['install_requires'] %}
- {{ dep.lower() }}
{% endfor %}

test:
source_files:
- tests
requires:
- pytest
commands:
- pip install pod5 --no-warn-conflicts --no-python-version-warning
- magnipore --help
- nanosherlock --help
- pytest -vv
Expand All @@ -59,9 +44,7 @@ about:
description: |
# Magnipore
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-teal.svg)](https://www.gnu.org/licenses/gpl-3.0)![PyPI - Python Version](https://img.shields.io/pypi/pyversions/magnipore)![conda](https://img.shields.io/badge/Uses-conda-green.svg)
[![PyPI](https://img.shields.io/pypi/v/magnipore) ![PyPI - Downloads](https://img.shields.io/pypi/dm/magnipore) ![PyPI - Status](https://img.shields.io/pypi/status/magnipore)](https://pypi.org/project/magnipore/)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-teal.svg)](https://www.gnu.org/licenses/gpl-3.0)![conda](https://img.shields.io/badge/Uses-conda-green.svg)
[![Conda package](https://anaconda.org/jannessp/magnipore/badges/version.svg)](https://anaconda.org/jannessp/magnipore) ![Conda](https://img.shields.io/conda/dn/jannessp/magnipore)
[![Conda package](https://anaconda.org/jannessp/magnipore/badges/latest_release_date.svg)](https://anaconda.org/jannessp/magnipore) [![Conda package](https://anaconda.org/jannessp/magnipore/badges/platforms.svg)](https://anaconda.org/jannessp/magnipore)
Expand All @@ -80,15 +63,8 @@ about:
6. [Output File Description](#output-file-description)
7. [Error Codes Explanation](#error-codes-explanation)
___
## Installation
### via pip
```bash
pip install magnipore
```
## Installation via Conda
### via Conda
To install Magnipore we recommend to use Conda:
Magnipore is available for **linux-64 and osx-64**.
Expand Down
3 changes: 0 additions & 3 deletions pypi.sh

This file was deleted.

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
import versioneer

# pypi dependencies
# conda dependencies
requirements = [
'h5py>=3.7',
'biopython>=1.80',
Expand All @@ -16,11 +16,11 @@
'psutil>=5.9',
'hdf5>=1.12',
'hdf5plugin>=3.3',
'vbz-h5py-plugin>=1.0',
'ont_vbz_hdf_plugin>=1.0',
'pytest>=7.1',
'gzip>=1.12',
'f5c>=1.2',
'read5>=1.2.0'
'read5>=1.2'
]

setup(
Expand Down

0 comments on commit db2bbb5

Please sign in to comment.