This page is outdated, please also see the man page.

How to run QTLtools

QTLtools contain the following multiple functionalities:

To get the full list of available nodes, use:

QTLtools QTLtools is under constant development and multiple modes are experimental. We do not recommend to use a mode that is not described in this online documentation

To run a particular functionality, you need to combine QTLtools with the appropriate mode. For instance, to run bamstat, use:

QTLtools bamstat ...

Where ... stands for all options unique to the mode used. To get a full list of available options with short description, run:

QTLtools bamstat --help

QTLtools allows dumping the screen output in a LOG file. To do so, use:

QTLtools mode ... --log myScreenOutput.log

For any procedure based on random permutations, you can specify the seed in order to get a different random number sequence or to reproduce a particular experiment. To do so, use:

QTLtools mode ... --seed 12345
Monday 11th July 2016