Code Monkey home page Code Monkey logo

disk's Introduction

DISK

Installation

  1. Clone the repository https://github.com/IKCAP/DISK.git
git clone https://github.com/IKCAP/DISK.git
  1. Setup

    2.1 For Development

    python setup.py develop

    2.1 For Installation

    python setup.py install

Configuring

Create a file .labkey-config.txt, with 4 entries

[default]

; URL of Labkey server; including the context path
base-url     = https://example.domain.com:8443/labkey

; Labkey credentials
username     = <username>

; Labkey credentials
password     = <password>

; Labkey project name
project-name = <project>

The tool loads configuration in following order

  1. From .labkey-config.txt file in the user's home directory
  2. .labkey-config.txt file in current directory.
  3. File passed as through the command line's --config option.
  4. Command line arguments for each option.

MS2 Analysis Configuration

In .labkey-config.txt, add a section as follows

[ms2]

; Default search engine to use
search-engine     = <search-engine>

; Server directory where the input file should be uploaded
input-location    = <input-locaiton>

; Server directory where the FASTA file should be uploaded
fasta-location    = <fasta-file-locaiton>

; Server directory where the protocol file should be uploaded
; DO NOT CHANGE THIS
protocol-location = .labkey/protocols/%(search-engine)s/

disk's People

Contributors

ikcap avatar mayani avatar reginawang3495 avatar

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.