Eric Coissac 2c1d15c227 Adds the detection of the RPS12 gene (Gene with trans-splicing)
Former-commit-id: 2396df183a925fbc1a8b398ee8dd4e12ca3c255f
Former-commit-id: 309796fcdac8cf4b6379eae6418dcf1d6db21bb3
2021-11-03 13:19:01 +01:00
2018-05-11 16:52:21 +02:00
2018-04-05 18:15:40 +02:00
2018-04-05 18:16:07 +02:00
2018-04-05 18:16:07 +02:00
2016-04-23 18:05:04 +02:00
2015-11-08 14:28:57 +01:00

#
# ------------------------------------------
# ORG.Annot - Organelle Annotator
# version 1.0.0 - Sept 2015
# ------------------------------------------
#
# -------------------------
# -1- Installation
# -------------------------
#
# First check if binaries have been already compiled for your port
#
# $ scripts/check_port.sh
#
# if it prints :
#
# + checking port compilation OK
#
# then everything is fine
#
# if it prints :
#
# + port not yet compiled
#
# then, you should first compile binaries for your port
# please consult: src/README.txt for details
#
# 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
#
# -------------------------
# -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
#
# test
Description
No description provided
Readme CECILL-2.1 485 MiB
Languages
F* 76.8%
C 11.8%
C++ 7.4%
Shell 1.7%
Perl 1.1%
Other 1.1%