Skip to content

Commit

Permalink
Update badges (remove conda)
Browse files Browse the repository at this point in the history
  • Loading branch information
breimanntools committed Apr 8, 2024
1 parent f7d5f6c commit f1d37c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Cache Python dependencies
uses: actions/cache@v4
with:
Expand All @@ -41,6 +42,7 @@ jobs:
run: pytest tests
env:
HYPOTHESIS_DEADLINE: None
MPLBACKEND: Agg

code-quality:
runs-on: ubuntu-latest
Expand All @@ -63,7 +65,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 mypy pylint
- name: Run flake8 (check style)
run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

- name: Run mypy (check static typing)
run: mypy aaanalysis/__init__.py --follow-imports=skip
18 changes: 8 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,17 @@ You can find the official documentation at `Read the Docs <https://aaanalysis.re

Install
=======
**AAanalysis** can be installed either from `PyPi <https://pypi.org/project/aaanalysis>`_ or
`conda-forge <https://anaconda.org/conda-forge/aaanalysis>`_:
**AAanalysis** can be installed from `PyPi <https://pypi.org/project/aaanalysis>`_:

.. code-block:: bash
pip install -u aaanalysis
or
conda install -c conda-forge aaanalysis
**Note**: Please use Python 3.9 and pip to avoid any dependency issues. Support for Python 3.10 to 3.12 is
planned for the next release.
For extended features, including our explainable AI module, please use the 'professional' version:

.. code-block:: bash
pip install -u aaanalysis[pro]
Contributing
============
Expand All @@ -110,10 +110,8 @@ If you use AAanalysis in your work, please cite the respective publication as fo

**CPP**:
Breimann and Kamp *et al.* (2024c),
*Interpretable feature engineering by CPP reveals the physicochemical signature of γ-secretase substrates*,
.. # Link if available
*Charting γ-secretase substrates by explainable AI*, .. # Link if available

**dPULearn**:
Breimann and Kamp *et al.* (2024c),
*Interpretable feature engineering by CPP reveals the physicochemical signature of γ-secretase substrates*,
.. # Link if available
*Charting γ-secretase substrates by explainable AI*, .. # Link if available

0 comments on commit f1d37c3

Please sign in to comment.