Skip to content

Commit

Permalink
Rename project to DiffPaSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ulupo committed Feb 19, 2024
1 parent 03e7957 commit 6addf43
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
@@ -1,4 +1,4 @@
# DiffPASS
# DiffPaSS

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

Expand All @@ -11,7 +11,7 @@ the root folder. We recommend creating and activating a dedicated conda
or virtualenv Python virtual environment.

``` sh
git clone git@github.com:Bitbol-Lab/DiffPASS.git
git clone git@github.com:Bitbol-Lab/DiffPaSS.git
```

and move inside the root folder. We recommend creating and activating a
Expand Down
4 changes: 2 additions & 2 deletions diffpass/_modidx.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Autogenerated by nbdev

d = { 'settings': { 'branch': 'main',
'doc_baseurl': '/DiffPASS',
'doc_baseurl': '/DiffPaSS',
'doc_host': 'https://Bitbol-Lab.github.io',
'git_url': 'https://github.com/Bitbol-Lab/DiffPASS',
'git_url': 'https://github.com/Bitbol-Lab/DiffPaSS',
'lib_path': 'diffpass'},
'syms': { 'diffpass.base': { 'diffpass.base.DiffPASSMixin': ('base.html#diffpassmixin', 'diffpass/base.py'),
'diffpass.base.DiffPASSMixin.check_can_optimize': ( 'base.html#diffpassmixin.check_can_optimize',
Expand Down
6 changes: 3 additions & 3 deletions nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# DiffPASS\n",
"# DiffPaSS\n",
"\n",
"> Differentiable Pairing using Alignment-based Soft Scores"
"> Differentiable Pairing using Soft Scores"
]
},
{
Expand All @@ -31,7 +31,7 @@
"metadata": {},
"source": [
"```sh\n",
"git clone git@github.com:Bitbol-Lab/DiffPASS.git\n",
"git clone git@github.com:Bitbol-Lab/DiffPaSS.git\n",
"```"
]
},
Expand Down
6 changes: 3 additions & 3 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.

### Python library ###
repo = DiffPASS
repo = DiffPaSS
lib_name = diffpass
version = 0.0.1
min_python = 3.7
Expand Down Expand Up @@ -31,7 +31,7 @@ audience = Developers
author = Umberto Lupo and Damiano Sgarbossa
author_email = umberto.lupo@epfl.ch, damiano.sgarbossa@epfl.ch
copyright = 2023 onwards, %(author)s
description = Differentiable Pairing using Alignment-based Soft Scores
description = Differentiable Pairing using Soft Scores
keywords = nbdev jupyter notebook python
language = English
status = 3
Expand All @@ -41,4 +41,4 @@ user = Bitbol-Lab
requirements = torch numpy scipy matplotlib biopython tqdm
conda_requirements = pytorch
dev_requirements = nbdev black jupyter pre-commit
# console_scripts =
# console_scripts =

0 comments on commit 6addf43

Please sign in to comment.