Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
spficklin committed Jan 8, 2022
1 parent 689eab4 commit 30df5d7
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions README.md
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/)

0 comments on commit 30df5d7

Please sign in to comment.