-
Notifications
You must be signed in to change notification settings - Fork 0
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
8 additions
and
11 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 |
---|---|---|
@@ -1,14 +1,11 @@ | ||
The Tripal Network Extension Module | ||
=================================== | ||
|
||
Installation | ||
The Tripal Network module supports inclusion of biological networks in a Tripal site. It provides: | ||
|
||
Ubuntu 16.04 | ||
- A variety of new Chado tables for storing networks and because Chado does not currently have tables for storing compounds and pathways the module adds those as well. All of these new tables follow Chado design standards. | ||
- A new Network content type. Network pages describe the networks that have been added to the site. | ||
- Tripal fields linking existing genomic features pages to networks. The field provides a small interactive visualization of the first neighbor connections in the networks for a given feature. | ||
- A full 3D application viewer for exploring the networks housed in the site. | ||
|
||
sudo apt-get install php-bcmath | ||
sudo apt-get install php-mbstring | ||
|
||
sudo service apache2 restart | ||
|
||
cd /var/www/sites/all/libraries | ||
mkdir neo4j-php-client | ||
cd neo4j-php-client | ||
composer require graphaware/neo4j-php-client:^4.0 | ||
For more information, please see the [online documentation](https://tripal-network.readthedocs.io/en/latest/) |