INITIAL MTP CONFIGURATION:
    Install MTP
        on linux : ./installMP.sh linux
        on Cygwin : source installMP.sh posix
    Compile MTP (rarely necessary) : ./compileMP.sh

SIMULATION LAUNCH
    Replications and result merge: python launchMTP.py
    Solo launch (rarely necessary): sources/runMP.sh

INPUT PARAMETERS MANAGEMENT
    Located in ./user_input/
        Main standard files to change: ./user_input/simuConf.lua ; ./user_input/species/S1.lua ; ./user_input/traits/T1.lua (; ./user_input/traits/T2.lua)
    Basic scenarii
        Reference examples, replace current simuConf + traits + species
            For neutral scenario: ./scenarInputSet.sh A
            For multitrait scenario: ./scenarInputSet.sh B
    Inject existing genotypes
        Convert genotypes from fstat or genepop format into MTP input (autodetect fstat/genepop format)
            python convertGenFiles.py GENFILE.fstat user_input/ind.txt I
        Inject genotypes as comprehensive beginning genotypes
            Change initDemo source as "injection"
            Fill or replace the ind.txt file (caution: header needed, for example for species S1: # individuals S1)

OUTPUTS DATA FILES MANAGEMENT
    (After result merge from launchMTP) Located in ./results/
    Translation into standard formats:
        Fstat (example): python convertGenFiles.py outputs/R1/geotypes/genes_S1_1.csv genes_S1_1_converted.txt F
        Genepop (example): python convertGenFiles.py outputs/R1/geotypes/genes_S1_1.csv genes_S1_1_converted.txt G