|
1 |
| - |
| 1 | + |
2 | 2 |
|
3 |
| -| WARNING: This is the repository for the Python 2.7 series. Please visit [https://lightdock.org](https://lightdock.org) for an updated version of this software (including Python 3 support) | |
4 |
| -| --- | |
| 3 | + |
| 4 | +| :warning: WARNING | |
| 5 | +|:---------------------------| |
| 6 | +| This is a **deprecated** repository for the Python 2.7 series. Please visit [https://lightdock.org](https://lightdock.org) or [https://github.com/lightdock/lightdock](https://github.com/lightdock/lightdock) for an updated version of this software (**including Python 3 support**) | |
5 | 7 |
|
6 | 8 | #### Table of Contents
|
7 | 9 |
|
@@ -88,10 +90,10 @@ For more recent versions of freesasa, please check the instructions for installi
|
88 | 90 | The fastest way to install LightDock is to use `git` to clone the repository from GitHub:
|
89 | 91 |
|
90 | 92 | ```bash
|
91 |
| -git clone https://github.com/brianjimenez/lightdock.git |
| 93 | +git clone https://github.com/lightdock/lightdock-python2.7.git |
92 | 94 | ```
|
93 | 95 |
|
94 |
| -A directory called `lightdock` is now available. This is the path necessary for setting the enviroment variable `LIGHTDOCK_HOME` in your bash. Change your `~/.bashrc` accordingly (add the following lines to your `~/.bashrc`): |
| 96 | +A directory called `lightdock-python2.7` is now available. This is the path necessary for setting the enviroment variable `LIGHTDOCK_HOME` in your bash. Change your `~/.bashrc` accordingly (add the following lines to your `~/.bashrc`): |
95 | 97 |
|
96 | 98 | ```bash
|
97 | 99 | export LIGHTDOCK_HOME=/path/to/lightdock/folder
|
@@ -137,18 +139,14 @@ export LIGHTDOCK_LONG_TEST=true
|
137 | 139 |
|
138 | 140 | ## 4. Documentation
|
139 | 141 |
|
140 |
| -This GitHub [README.md](README.md) file is intended as an installation guide. |
| 142 | +This GitHub [README.md](README.md) file is intended **only** as an installation guide. |
141 | 143 |
|
142 | 144 | The complete documentation about how to run the LightDock protocol can be found at [https://lightdock.org](https://lightdock.org).
|
143 | 145 |
|
144 | 146 |
|
145 | 147 | ## 5. Get Help
|
146 | 148 |
|
147 |
| -LightDock is being actively developed and some issues may arise or you may get some extra help to run LightDock. In those cases, there are two main ways to get help: |
148 |
| - |
149 |
| -1. Read the [FAQ](https://lightdock.org/tutorials/faq) in case your problem is known |
150 |
| -2. Open a [new issue in this repository](https://github.com/brianjimenez/lightdock/issues/new) |
151 |
| -3. Or write an email to < [email protected]> |
| 149 | +Please visit the [official website](https://lightdock.org/about/#help-and-new-features-request) for instructions. |
152 | 150 |
|
153 | 151 |
|
154 | 152 |
|
0 commit comments