Skip to content

Biosoft-ru/genome-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Build

Java 17 should be installed

Build Genome browser

mvn package -DskipTests

To Run

Change paths in config file webapps/config2.yml

repositories:
- /home/anna/projects/github/genome-browser/data/src/main/resources/repo
- /home/anna/projects/github/genome-browser/data/src/main/resources/databases
roots:
- repo
- databases

"repositories" list should contain absolute path to folders that will be loaded as repositories "roots" list is a list of top folder names used as tree tab roots. It replaces 'perspective' root fields.

Then launch Genome browser Web edition.

mvn jetty:run -Djetty.http.port=9999

Use your browser to open it at http://localhost:9999/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published