Code Monkey home page Code Monkey logo

gitsbe's Introduction

gitsbe

Java CI with Maven License

Gitsbe is an acronym for Generic Interactions To Specific Boolean Equations. This module defines boolean models compliant with observed behavior (e.g. steady state or perturbation data) using an automated, model parameterization genetic algorithm.

For a full documentation of this package check here.

Install

git clone https://github.com/druglogics/gitsbe.git
cd gitsbe
mvn clean install

The above command creates a package <name>-jar-with-dependencies.jar file with all dependencies installed, in the target directory.

Alternatively, you could just use directly one of the released packages.

Run example

The recommended way to run Gitsbe is to use its Launcher. From the root directory of the repo run: (remember to change the {version} to the appropriate one, e.g. 1.3.0):

cd example_run_ags
java -cp ../target/gitsbe-{version}-jar-with-dependencies.jar eu.druglogics.gitsbe.Launcher --project=test --network=toy_ags_network.sif --trainingdata=toy_ags_training_data.tab --config=toy_ags_config.tab --modeloutputs=toy_ags_modeloutputs.tab

or run the mvn profile directly:

mvn compile -P runExampleAGS

gitsbe's People

Contributors

asmundflobak avatar bblodfon avatar mikisvaz avatar vtoure avatar

Stargazers

 avatar

Watchers

 avatar  avatar

gitsbe's Issues

Automatic package installation in other maven projects

Currently, only if a user makes a PAT (Personal Access Token) with read:package scope, he can install gitsbe as a dependency by including in the pom.xml:

<repositories>
    <repository>
        <id>github</id>
        <name>GitHub Maven Packages</name>
        <url>https://maven.pkg.github.com/druglogics/gitsbe</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>eu.druglogics</groupId>
        <artifactId>gitsbe</artifactId>
        <version>1.3.1</version>
    </dependency>
</dependencies>

If GitHub packages do not require a token for installing a package like above, we would be able to install drabme or druglogics-synergy for example, without cloning this repo and installing gitsbe with mvn clean install, speeding up things :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.