Files
annotate/src
Eric Coissac c37c175fd8 Switch to clustalo version 1.2.4
Former-commit-id: 0e15ea203e7af3c7bf0504991cd99fef713bc133
Former-commit-id: 46d3bdd981e33e9f9d18e1c8946cda1f778dbd97
2018-03-30 13:47:59 +02:00
..
2015-11-08 14:28:05 +01:00
2018-03-30 13:27:13 +02:00
2016-04-28 10:08:10 +02:00
2018-03-30 13:47:59 +02:00
2015-11-29 19:03:54 +01:00
2016-04-28 10:08:10 +02:00
2015-11-14 00:11:27 +01:00
2016-04-28 10:08:10 +02:00
2015-11-08 14:28:57 +01:00

#
# ------------------------------------------
# ORG.Annot - Organelle Annotator
# version 1.0.0 - Sept 2015
# ------------------------------------------
#
# this directory contains sources for tools used by ORG.Annot
# this is only useful if you need to recompile binaries
#
# -------------------------
# -0- Requirements
# -------------------------
#
# gnu tar     :  version >= 1.15
# gnu make    :  version >= 3.81
# gcc and g++ :  version >= 3.4.6
# gawk        :  version >= 4.0.1
#
# note: valid versions of gnu tar and make are in _unix_tools_
#
#
# -------------------------
# -1- Checking configuration files
# -------------------------
#
# issue: 
# $ config/guess_port
#
# if output is 'unknown <mach>:<sys>:<rel>' 
# then you should :
#   - add a port entry in guess_port for <mach>:<sys>:<rel>
#   - create a ports/<port>.conf configuration file
#     (the best is to start from another port file,
#      choose whatever looks closest)
#
# if output is something else (e.g. i386-darwin)
# then the configuration files are already defined for your port
#
# -------------------------
# -2- Compiling
# -------------------------
#
# just run make from 'src':
#
# $ cd src
# $ make
#
#
# if everything runs fine, you may then issue:
#
# $ make clean
#
# to cleanup unecessary files
#
# at this point all binaries should be located in ports/<PORTNAME>/bin
#
# -------------------------
# -3- Recompiling a port
# -------------------------
#
# if you need to fully recompile a port
#
# $ cd src
# $ make portclean
# $ make
# $ make clean
#