add refs.
This is a mirror of the ARAGORN tRNA/tmRNA finder code as published here:
http://nar.oxfordjournals.org/content/32/1/11.long
The original README from the download directory
http://mbio-serv2.mbioekol.lu.se/ARAGORN/Downloads/
follows.
The tar ball only contains two files, the ARAGORN source (aragorn1.2.36.c or similar) and a man page (aragorn.1). Uncompress with:
tar -xvzf aragorn1.2.36.tgz
Compiling example:
gcc -O3 -ffast-math -finline-functions -o aragorn aragorn1.2.36.c
Put the aragorn man page in a directory read by the man command. These directories may be listed by:
echo $MANPATH
用于检测和注释tRNA和tmRNA基因的软件
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
This is a mirror of the ARAGORN tRNA/tmRNA finder code as published here:
http://nar.oxfordjournals.org/content/32/1/11.long
The original README from the download directory
follows.
The tar ball only contains two files, the ARAGORN source (aragorn1.2.36.c or similar) and a man page (aragorn.1). Uncompress with:
tar -xvzf aragorn1.2.36.tgz
Compiling example:
gcc -O3 -ffast-math -finline-functions -o aragorn aragorn1.2.36.c
Put the aragorn man page in a directory read by the man command. These directories may be listed by:
echo $MANPATH