You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@
6
6
# Description
7
7
DeepChain apps is a collaborative framework that allows the user to create scorers to evaluate protein sequences. These scorers can be either Classifiers or Predictors.
8
8
9
-
This github is hosting a template for creating a personnal application to deploy on deepchain.bio. The main deepchain-apps package can be found on pypi.
9
+
This github is hosting a template for creating a personal application to deploy on deepchain.bio. The main deepchain-apps package can be found on pypi.
10
10
11
11
## Installation
12
-
It is recommmanded to work with conda environnements in order to manage the specific dependencies of the package.
12
+
It is recommended to work with conda environnements in order to manage the specific dependencies of the package.
13
13
```bash
14
14
conda create --name deepchain-env python=3.7 -y
15
15
conda activate deepchain-env
@@ -219,4 +219,4 @@ Here for some full details of the architecture [esm](https://github.com/facebook
219
219
!! The embedding will run on a GPU on the platform. But for a testing phase on your personal computer (CPU), you should choose the smaller architecture.
0 commit comments