Skip to content

Commit

Permalink
Replace in GH URLs dominiquesydow with wolberlab
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiquesydow committed Sep 20, 2021
1 parent ca2f4e1 commit a23f316
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Dynophores
==========

[//]: # (Badges)
[![GitHub Actions Build Status](https://github.com/dominiquesydow/dynophores/workflows/CI/badge.svg)](https://github.com/dominiquesydow/dynophores/actions?query=branch%3Amaster)
[![codecov](https://codecov.io/gh/dominiquesydow/dynophores/branch/master/graph/badge.svg)](https://codecov.io/gh/dominiquesydow/dynophores/branch/master)
[![GitHub Actions Build Status](https://github.com/wolberlab/dynophores/workflows/CI/badge.svg)](https://github.com/wolberlab/dynophores/actions?query=branch%3Amaster)
[![codecov](https://codecov.io/gh/wolberlab/dynophores/branch/master/graph/badge.svg)](https://codecov.io/gh/wolberlab/dynophores/branch/master)
[![Documentation Status](https://readthedocs.org/projects/dynophores/badge/?version=latest)](https://dynophores.readthedocs.io)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/dynophores.svg)](https://anaconda.org/conda-forge/dynophores)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Dynophores
Dynamic pharmacophore modeling of molecular interactions

.. image::
https://github.com/dominiquesydow/dynophores/workflows/CI/badge.svg
:target: https://github.com/dominiquesydow/dynophores/actions
https://github.com/wolberlab/dynophores/workflows/CI/badge.svg
:target: https://github.com/wolberlab/dynophores/actions
.. image::
https://codecov.io/gh/dominiquesydow/dynophores/branch/master/graph/badge.svg
:target: https://codecov.io/gh/dominiquesydow/dynophores/branch/master
https://codecov.io/gh/wolberlab/dynophores/branch/master/graph/badge.svg
:target: https://codecov.io/gh/wolberlab/dynophores/branch/master
.. image::
https://readthedocs.org/projects/dynophores/badge/?version=latest
:target: https://dynophores.readthedocs.io/en/latest/
Expand Down
6 changes: 3 additions & 3 deletions docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ Install from the conda package
Install from the latest development snapshot
--------------------------------------------

Install the latest development snapshot from the `GitHub repository's master branch <https://github.com/dominiquesydow/dynophores>`_.
Install the latest development snapshot from the `GitHub repository's master branch <https://github.com/wolberlab/dynophores>`_.


1. Create a new conda environment called ``dyno``::

mamba env create -f https://raw.githubusercontent.com/dominiquesydow/dynophores/master/devtools/conda-envs/test_env.yaml -n dyno
mamba env create -f https://raw.githubusercontent.com/wolberlab/dynophores/master/devtools/conda-envs/test_env.yaml -n dyno

2. Activate the new conda environment::

conda activate dyno

3. Install ``dynophores`` package via pip::

pip install https://github.com/dominiquesydow/dynophores/archive/refs/heads/master.zip
pip install https://github.com/wolberlab/dynophores/archive/refs/heads/master.zip

4. Test that your installation works::

Expand Down
2 changes: 1 addition & 1 deletion dynophores/viz/view3d/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def _js_point_buffer(buffer, superfeature_id, opacity):
"""
Create JavaScript string generating a point buffer from buffer parameters.
TODO: Visualization contains artifacts:
- https://github.com/dominiquesydow/dynophores/issues/27
- https://github.com/wolberlab/dynophores/issues/27
- https://github.com/nglviewer/ngl/issues/868
Parameters
Expand Down

0 comments on commit a23f316

Please sign in to comment.