Mercurial > repos > iuc > baredsc_1d
comparison test-data/generate_small_inputs_for_combine.sh @ 0:02b1fe7aed76 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
author | iuc |
---|---|
date | Mon, 02 Oct 2023 13:24:52 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:02b1fe7aed76 |
---|---|
1 for nnorm in 1 2; do | |
2 baredSC_1d --input test-data/nih3t3_generated_2d_2.txt --geneColName 0.5_0_0_0.5_x --nnorm ${nnorm} --output test-data/small_${nnorm}gauss --figure test-data/small_${nnorm}gauss.png --nx 10 --prettyBins 100 --nsampMCMC 20000 --force | |
3 done | |
4 for nnorm in 1 2; do | |
5 baredSC_2d --input test-data/nih3t3_generated_2d_2.txt --geneXColName '0.5_0_0_0.5_x' --geneYColName '0.5_0_0_0.5_y' --nnorm ${nnorm} --output test-data/2d_small_${nnorm}gauss --figure test-data/2d_small_${nnorm}gauss.png --nx 10 --ny 12 --prettyBinsx 50 --prettyBinsy 50 --nsampMCMC 20000 --force | |
6 done |