SimulateGeneDuplications: evolutionary gene cluster divergence.
This program accompanies our upcoming paper ‘(???)’.
README
(included from project) readme/SimulateGeneDuplications.md
|
|
![]() |
![]() |
|
Binaries | Stable Sources | git | Bugtracker | Build Status |
Installation from sources via stack:
This software can be compiled and installed using stack in a small number of steps. Note that some packages only provide a library and no executable.- Prepare a directory for the software: mkdir ~/haskell/ cd ~/haskell (If you choose another name, replace accordingly below)
- Install stack itself. Binaries are available here. Copy the binaries into the ~/haskell directory.
- Download the SimulateGeneDuplications software: ~/haskell/stack unpack SimulateGeneDuplications ls This unpacks the newest version of SimulateGeneDuplications, the version itself being referred to as -VERSION, which you should see via ls.
- Compile: cd ~/haskell/SimulateGeneDuplications-VERSION ~/haskell/stack build
- Execute (you can find the executable names, if any, in the cabal as executable build targets): ~/haskell/stack exec EXECUTABLE
- Optionally, install any executables into ~/haskell/bin/. This simplifies actually running the programs later on. mkdir -p ~/haskell/bin ~/haskell/stack install --local-bin-path ~/haskell/bin