4b71fe8c4c
modified: .gitignore new file: data/cds/sp_chlorodb/parameters.sh deleted: data/ir/LSC_RefDB.fasta deleted: data/ir/SSC_RefDB.fasta modified: detectors/cds/bin/go_cds.sh modified: detectors/normalize/lib/lookforIR.lib.sh modified: detectors/normalize/lib/selectIR.py modified: organnot/Dockerfile new file: organnot/README.md new file: organnot/dorgannot deleted: ports/.DS_Store deleted: src/ncbiblast/binaries/.gitignore deleted: src/prokov/lxpack/tests/S.fasta deleted: src/prokov/lxpack/tests/St.fasta deleted: src/prokov/lxpack/tests/Stt.fasta deleted: src/prokov/lxpack/tests/aS.fasta deleted: src/prokov/lxpack/tests/aSt.fasta deleted: src/prokov/lxpack/tests/aStt.fasta deleted: src/prokov/lxpack/tests/aaS.fasta deleted: src/prokov/lxpack/tests/aaSt.fasta deleted: src/prokov/lxpack/tests/aaStt.fasta new file: src/repseek/repseek-2014.09.tgz
# # ------------------------------------------ # 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 #