Skip to content

usubioinfo/profeatx

Repository files navigation

Compile from source

There is no need to compile it from source. However, if you want to do it, you will need GCC 4.8.1+ or Clang 3.7+, and run one of the following commands, depending on the compiler you have:

g++ -std=c++11 -fopenmp -O3 main.cpp -static-libstdc++ -o profeatx

clang -fopenmp=libomp -O3 -o profeatx main.cpp

Run ProFeatX

You can run ProFeatX using the following command:

./profeatx -i <input> -o <output> -e <encoding>

In order to see the help:

./profeatx --help

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published