Skip to content

reactome/popularpathways

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Reactome Popular Pathways

What is the Reactome Popular Pathways

The aim of the project is to visualise the relative number of web hits each pathway receives, together with the last update date of the pathway. Together, these two dimensions should give internal guidance on curation priorities and potential funding applications.

Installation Guide

Git Clone
git clone https://github.com/Chuqiaoo/popularpathways.git
cd popularpathways
Configuring Maven Profile 📝

Maven Profile is a set of configuration values which can be used to set or override default values of Maven build. Using a build profile, you can customize build for different environments such as Production v/s Development environments. Add the following code-snippet containing all the Reactome properties inside the tag <profiles> into your ~/.m2/settings.xml. Please refer to Maven Profile Guideline if you don't have settings.xml

<profile>
    <id>reactome</id>
    <properties>
 
        <!-- Neo4J Configuration -->
        <neo4j.uri>bolt://localhost:7687</neo4j.uri>
        <neo4j.user>neo4j</neo4j.user>
        <neo4j.password>password</neo4j.password>

        <!-- Common folders and file locations -->
        <popularpathway.folder>/usr/local/reactome/Reactome/popularpathways</popularpathway.folder>
   
    </properties>
</profile>
Running popularpathways activating reactome profile.
mvn spring-boot:run -P reactome

Check if Tomcat has been initialised

[INFO] Using existing Tomcat server configuration at /Users/reactome/popularpathways/target/tomcat
INFO: Starting ProtocolHandler ["http-bio-8686"]

Result

Reacfoam_dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages