Giter Site home page Giter Site logo

ci-scripts's Introduction

Warning: Not in use

These scripts have been superseded by intermine_boot. This repository is no longer being maintained.

ci-scripts

Build Status

Shell scripts for setting up InterMine instances as part of CI.

Requirements

  • postgresql
  • openjdk8 (9 and above won't work)

To run as part of CI from another repo:

git clone https://github.com/intermine/ci-scripts
(cd ci-scripts && bash init-biotestmine.sh)

As part of a Travis pipeline:

language: java
sudo: true
jdk:
  - openjdk8
services:
  - postgresql

before_install:
    - git clone https://github.com/intermine/ci-scripts
    - (cd ci-scripts && bash init-biotestmine.sh)

If you wish to use the lighter testmodel, replace init-biotestmine.sh with init-testmine.sh.

Build biotestmine dataset from scratch

The init-biotestmine.sh script will by default restore the integrated data from a pre-built database dump. If you wish to build the dataset from scratch instead, you can specify BUILD_DATASET=true when invoking the script. Note that this will usually take upwards of 10 minutes.

Full processing of biotestmine dataset

The init-biotestmine.sh script uses a stripped down project.xml for processing the dataset. If you miss any features, you can specify NO_CONFIG_OVERRIDE=true when invoking the script to use the complete (albeit heavier) project.xml in the biotestmine repository.

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.