Skip to content
Genscale Team edited this page Jun 26, 2017 · 18 revisions

Work in progress...

Within $PWD, we have:

./tmp: a working directory
./data: test data for each tool; in turn, we have a sub-folder for each tool to test

Here are commands to execute to run a test of:

Simka:

docker run --rm -i -t -v $PWD/tmp/:/tmp -v $PWD/data/simka/:/simka gatb_tools_machine -c simka -- -in /simka/simka_input.txt -out /tmp/simka_results/ -out-tmp /tmp/simka_temp_output

Simka visualization:

docker run --rm -i -t -v $PWD/tmp/:/tmp gatb_tools_machine -c simka-visu -- -in /tmp/simka_results/ -out /tmp/simka_results/ -pca -heatmap -tree

Clone this wiki locally