Mercurial > repos > iuc > baredsc_1d
view test-data/generate_small_inputs_for_combine.sh @ 2:0e70b2dfe4be draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit 01d58fe886f6ab256b6eb8d4a65b978f81b81262
author | iuc |
---|---|
date | Fri, 01 Dec 2023 11:54:49 +0000 |
parents | 02b1fe7aed76 |
children |
line wrap: on
line source
for nnorm in 1 2; do 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 done for nnorm in 1 2; do 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 done