Coder Social home page Coder Social logo

jcad2019's Introduction

DIYABC RF V1.0

Mac/Windows/Linux Build

Command line help

$ diyabc -h
USAGE :
-p <directory of header.txt>
-r <number of required data sets in the reftable>
-i <name given to the analysis
-c <coverage percentage for poolseq poisson law
-g <minimum number of particles simulated in a single bunch (default=100)>
-m <multithreaded version of the program
-q to merge all reftable_$j.bin 
-Q to merge all reftableRF_$j.bin 
-s <seed for the random generator (deprecated!!!)>
-t <required number of threads>
-w <computer's number if in a cluster (0 by default) >
          (each computer in the cluster is numbered between 0 and the maximal number of computers in the cluster.)
-l for producing a csv reftable file (reftable.csv) and a scenario file (scenario.txt) used by program rf
-x for translating a reftable.bin in reftable.txt
-y for translating a reftable.bin in reftable.txt writing summary statistics before parameters

-z <path/RNGfilename.bin> write the number of streams of the RNG into path/RNGfilename_cores.txt

-n for INITIALIZATION OF THE PARALLEL RNG'S (with parameters as a string including the following options separated par a semi-colon)
           t:<maximal number of the threads (per computers if cluster, 16 by default)>
           c:<maximal number of computers in the cluster (1 by default)>
           s:<seed of the first RNG (1 by default)>
           f:<forcing creation of new RNG's and overriding the old ones>

-d for ABC PRIOR/SCENARIO CHECKING (idem)
           a:<p for PCA, l for locate observed, pl for both>

-k to SIMULATE DATA FILES

-o to simulate summary statistics from a text file containing scenario and parameter values

-R <activate all stats (if empty) or selected stats families
option -p is compulsory

Prebuilt binaries for Windows/MacOS/Linux

There are avalaible at the Releases page. Please note that those are only x64 binaries.

Build

Prerequisites :

  • a C++17 (gcc-7 and ulterior version for example) compiler
  • OpenMp for vastly improved simulator performance on multicore machines
  • CMake

Linux & MacOS

git clone --recurse-submodules https://github.com/diyabc/diyabc.git
cd diyabc
mkdir build
cd build
cmake ../
cmake --build . --config Release

Windows

git clone --recurse-submodules https://github.com/diyabc/diyabc.git
cd diyabc
mkdir build
cd build
cmake ..\
cmake --build . --config Release

jcad2019's People

Contributors

anishathalye avatar fradav avatar raphaelboudreault avatar sersorrel avatar

Watchers

 avatar  avatar

Forkers

fradav

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.