Skip to content

nursa-reactome/gsea-desktop

 
 

Repository files navigation

Introduction

This Nursa Reactome Portal fork of the GSEA repository builds a jar file for use in Reactome.

Prepare the jar file as follows:

  1. Open a console on the project directory.

  2. Execute ANT:

    ant
    
  3. Run the following:

    mvn install:install-file -Dfile=dist/gsea-reactome-<version>.jar \
        -DgroupId=edu.mit.broad -DartifactId=gsea-reactome
        -Dversion=<version> -Dpackaging=jar
    

    where <version> is the generated jar version.

About

This fork is intended solely for generating a GSEA jar file that is compatible with Reactome.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • Other 0.2%