File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ install_command st-align-global "cmd.GlobalOpt"
9494install_command st-align-interactive " cmd.InteractiveAlignment"
9595install_command st-help " cmd.PrintHelp"
9696
97- install_command st-test-stdev " cmd.ComputeVariance"
9897
9998if [ $( pwd) == " ${INSTALL_DIR} " ]; then
10099 echo " Installation directory equals current directory, we are done."
@@ -111,12 +110,11 @@ else
111110 mv st-add-annotations ${INSTALL_DIR} /
112111 mv st-add-entropy ${INSTALL_DIR} /
113112 mv st-align-pairs ${INSTALL_DIR} /
114- mv st-align-pairs-add ${INSTALL_DIR} /
113+ mv st-align-pairs-add ${INSTALL_DIR} /
115114 mv st-align-pairs-view ${INSTALL_DIR} /
116115 mv st-align-global ${INSTALL_DIR} /
117116 mv st-align-interactive ${INSTALL_DIR} /
118117 mv st-help ${INSTALL_DIR} /
119- mv st-test-stdev ${INSTALL_DIR} /
120118fi
121119
122120rm cp.txt
You can’t perform that action at this time.
0 commit comments