2015-10-02 21:12:35 +02:00
|
|
|
#
|
|
|
|
# ------------------------------------------
|
|
|
|
# ORG.Annot - Organelle Annotator
|
|
|
|
# version 1.0.0 - Sept 2015
|
|
|
|
# ------------------------------------------
|
|
|
|
#
|
|
|
|
# -------------------------
|
|
|
|
# -1- Installation
|
|
|
|
# -------------------------
|
|
|
|
#
|
|
|
|
# First check if binaries have been already compiled for your port
|
|
|
|
#
|
2015-11-08 14:28:57 +01:00
|
|
|
# $ scripts/check_port.sh
|
2015-10-02 21:12:35 +02:00
|
|
|
#
|
|
|
|
# if it prints :
|
|
|
|
#
|
2015-11-08 14:28:57 +01:00
|
|
|
# + checking port compilation OK
|
2015-10-02 21:12:35 +02:00
|
|
|
#
|
|
|
|
# then everything is fine
|
|
|
|
#
|
|
|
|
# if it prints :
|
|
|
|
#
|
2015-11-08 14:28:57 +01:00
|
|
|
# + port not yet compiled
|
2015-10-02 21:12:35 +02:00
|
|
|
#
|
|
|
|
# then, you should first compile binaries for your port
|
|
|
|
# please consult: src/README.txt for details
|
|
|
|
#
|
2015-11-08 14:28:57 +01:00
|
|
|
# if it prints smthing like
|
|
|
|
# * XXX version A.B.C (should be >= X.Y.Z)
|
|
|
|
# * please consider installing XXX from src/_unix_tools_
|
|
|
|
#
|
|
|
|
# then, you should first compile some unix tools binaries for your port
|
|
|
|
# please consult: src/README.txt for details
|
2015-10-02 21:12:35 +02:00
|
|
|
#
|
|
|
|
# -------------------------
|
|
|
|
# -2- Distribution organisation
|
|
|
|
# -------------------------
|
|
|
|
#
|
|
|
|
# config : config file for (re)compiling tools
|
|
|
|
# data : internal data files (e.g. ChloroDB)
|
|
|
|
# detectors : features specific detector scripts
|
|
|
|
# ports : binaries for various ports
|
|
|
|
# scripts : main scripts directory
|
|
|
|
# src : sources for (re)compiling tools
|
|
|
|
#
|
|
|
|
# -------------------------
|
|
|
|
# -3- Usage
|
|
|
|
# -------------------------
|
|
|
|
#
|
|
|
|
# note: all scripts are located in scripts, so you may add
|
|
|
|
# this directory in your path
|
|
|
|
# e.g. using csh
|
|
|
|
# set path = ($path <ROOTDIR>/scripts)
|
|
|
|
#
|
|
|
|
# @TODO : scripts description
|
|
|
|
#
|
2015-11-06 19:04:40 +01:00
|
|
|
# test
|