annotate test-data/generate_small_inputs_for_combine.sh @ 3:a90f8efe08b4 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit 55a4f3540558731fb47bf130c6a8984fa6f6ec9a
author iuc
date Tue, 26 Mar 2024 15:12:16 +0000
parents c29e7bb492bf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c29e7bb492bf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
1 for nnorm in 1 2; do
c29e7bb492bf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
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
c29e7bb492bf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
3 done
c29e7bb492bf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
4 for nnorm in 1 2; do
c29e7bb492bf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
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
c29e7bb492bf planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/baredsc commit dad42d788f7407976a67ed50cc886ebe79740e32
iuc
parents:
diff changeset
6 done