joaomrcarvalho / Phoenix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INSTALLATION

Cmake is required for the installation. Also, git is suggested for cloning the repository.
sudo apt-get install cmake git
git clone https://github.com/smortezah/Phoenix.git
cmake src
make

USAGE

./phoenix [OPTION]... -m [MODEL(s)] -t [TARGET] -r [REFERENCE]
To see the options, type: ./phoenix -h

This will print the following:

Synopsis:
    ./phoenix [OPTION]... -m [MODEL(s)] -t [TARGET] -r [REFERENCE]

Mandatory arguments:
    -t [TARGET],  --target [TARGET]
         target file address

    -r [REFERENCE],  --reference [REFERENCE]
         reference file address

Options:
    -h,  --help
         usage guide

    -V,  --version
         version number

    -v,  --verbose
         verbose mode (more information)

    -m [<r|t>,<s>,<a>,<i>:...],  --model [<r|t>,<s>,<a>,<i>:...]
         context model(s). Seperate different models with :
         <r|t>: build a model based on reference (r) or target (t),
         <s>:  context-order size,
         <a>:  1/alpha,
         <i>:  inverted repeat (0=don't use, 1=use).
         EXAMPLE 1: -m r,4,1000,1
         EXAMPLE 2: -m t,18,1,0:r,13,100,0

CITATION

Please cite the following papers, if you use Phoenix:

ISSUES

Please let me know if there is any issues, at issues.

LICENSE

GPL v3.

For more information: http://www.gnu.org/licenses/gpl-3.0.html

About

License:GNU General Public License v3.0


Languages

Language:C++ 61.2%Language:Shell 38.6%Language:CMake 0.2%