File tree Expand file tree Collapse file tree 6 files changed +9
-3
lines changed
Expand file tree Collapse file tree 6 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,13 @@ set -e
1919
2020LightGreen=' \033[1;32m'
2121NoColor=' \033[0m'
22+
2223echo " Runnig fastStructure 'field test'. This will simulate a full wrapped run on small test data."
2324
2425git_dir=` pwd`
2526str_bin=` which fastStructure`
2627
27- tar xvfJ ${git_dir} /PTS/data /BigTestData.str.tar.xz -C ${git_dir} /PTS/data /
28- ~ /virtualenv/python3.5/bin/structure_threader -i ${git_dir} /PTS/data /BigTestData.str -o ~ /results_fs -fs ${str_bin} -K 4 -t 4
28+ tar xvfJ ${git_dir} /tests/smalldata /BigTestData.str.tar.xz -C ${git_dir} /tests/smalldata /
29+ ~ /virtualenv/python3.5/bin/structure_threader -i ${git_dir} /tests/smalldata /BigTestData.str -o ~ /results_fs -fs ${str_bin} -K 4 -t 4
2930
3031echo -e " ${LightGreen} fastStructure 'Field test' ran successfully. Yay!${NoColor} "
Original file line number Diff line number Diff line change 1+ ../../PTS/data/BigTestData.str.tar.xz
Original file line number Diff line number Diff line change 1+ ../../PTS/data/Reduced_dataset.structure
Original file line number Diff line number Diff line change 1+ ../../PTS/data/extraparams
Original file line number Diff line number Diff line change 1+ ../../PTS/data/mainparams
Original file line number Diff line number Diff line change @@ -19,11 +19,12 @@ set -e
1919
2020LightGreen=' \033[1;32m'
2121NoColor=' \033[0m'
22+
2223echo " Runnig STRUCTURE 'field test'. This will simulate a full wrapped run on small test data."
2324
2425git_dir=` pwd`
2526str_bin=` which structure`
2627
27- ~ /virtualenv/python3.5/bin/structure_threader -i ${git_dir} /PTS/data /Reduced_dataset.structure -o ~ /results -st ${str_bin} -K 3 -t 4 -R 5
28+ ~ /virtualenv/python3.5/bin/structure_threader -i ${git_dir} /tests/smalldata /Reduced_dataset.structure -o ~ /results -st ${str_bin} -K 3 -t 4 -R 5
2829
2930echo -e " ${LightGreen} STRUCTURE 'Field test' ran successfully. Yay!${NoColor} "
You can’t perform that action at this time.
0 commit comments