We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a79e164 commit 0cfd168Copy full SHA for 0cfd168
tests/structure_field_test.sh
@@ -25,6 +25,6 @@ echo "Runnig STRUCTURE 'field test'. This will simulate a full wrapped run on sm
25
git_dir=$(pwd)
26
str_bin=$(which structure)
27
28
-~/virtualenv/python3.5/bin/structure_threader run -i ${git_dir}/tests/smalldata/Reduced_dataset.structure -o ~/results -st ${str_bin} -K 3 -t 4 -R 5 --params ${git_dir}/tests/smalldata/mainparams
+~/virtualenv/python3.5/bin/structure_threader run -i ${git_dir}/tests/smalldata/Reduced_dataset.structure -o ~/results -st ${str_bin} -K 3 -t 4 -R 5 --params ${git_dir}/tests/smalldata/mainparams --extra_opts "-D 112358"
29
30
echo -e "${LightGreen}STRUCTURE 'Field test' ran successfully. Yay!${NoColor}"
0 commit comments