-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,14 @@ Check [CONTRIBUTING.md](CONTRIBUTING.md) for more information. | |
|
||
### With `conda` | ||
|
||
Clone the repository on your computer and navigate to it | ||
```bash | ||
git clone [email protected]:haddocking/arctic3d.git | ||
cd arctic3d | ||
``` | ||
|
||
Here you can create the arctic3d environment: | ||
|
||
```bash | ||
conda create -n arctic3d python=3.10 | ||
conda activate arctic3d | ||
|
@@ -59,3 +67,9 @@ sphinx-build -E docs ./arctic3d-docs | |
``` | ||
|
||
Then you can open the file `arctic3d-docs/index.html`, which contains all the necessary documentation. | ||
|
||
## Citing us | ||
|
||
If you used ARCTIC-3D in your work please cite the following publication: | ||
|
||
**Marco Giulini, Rodrigo V. Honorato, Jesús L. Rivera, and Alexandre MJJ Bonvin**: "ARCTIC-3D: automatic retrieval and clustering of interfaces in complexes from 3D structural information." Communications Biology 7, no. 1 (2024): 49. (www.nature.com/articles/s42003-023-05718-w) |