+Help information?\r
+statistics - result files \r
+Check progress tracking on large sequence. \r
+\r
Add more detailed tests for webservices? \r
\r
? ideally should introduce native Mac support (and maybe abandon native windows support in \r
</target>\r
\r
<target name="clearStatDB" description="Remove all records from statistics database">\r
- <java classname="compbio.stat.collector.StatDB" fork="true" failonerror="true" classpath="${classes}">\r
+ <echo>Cleaning Statistics database</echo>\r
+ <java classname="compbio.stat.collector.StatDB" fork="false" failonerror="true" classpath="${classes}">\r
<classpath refid="project.classpath" />\r
</java>\r
</target>\r
</target>\r
-->\r
\r
- <target name="jaba-no-binaries" description="Prepare JABAWS war file without native binaries" depends="full-jaba-jar">\r
+ <target name="jaba-no-binaries" description="Prepare JABAWS war file without native binaries" depends="full-jaba-jar, clearStatDB">\r
<echo>Preparing a war file without binaries</echo>\r
<delete file="${jaba-no-binaries}">\r
</delete>\r
aacon.presets.file=conf/settings/AAConPresets.xml\r
#aacon.limits.file=conf/settings/AAConLimits.xml\r
#aacon.cluster.cpunum=4\r
+#aacon.cluster.settings=-q 64bit-pri.q -pe smp 4 -l h_vmem=1700M -l ram=1700M -l h_cpu=24:00:00\r
log.info("Database shut down normally");\r
}\r
}\r
- public static void main(String[] args) throws SQLException {\r
+ public static void main(String[] args) {\r
// This is called from Ant cleanStatTable task\r
- clearStatTable();\r
+ try {\r
+ clearStatTable();\r
+ shutdownDBServer();\r
+ } catch (SQLException e) {\r
+ System.err.println("Fails to clean up JABAWS stat database!");\r
+ e.printStackTrace();\r
+ }\r
// new StatDB().createStatTable();\r
// insertData(null);\r
/*\r
<a href="man_about.html">Manual</a> \r
<a href="download.html">Download</a> \r
<a href="contacts.html">Contact Us</a>\r
+ <a href="AnnualStat">Usage stats</a>\r
<a href="http://www.compbio.dundee.ac.uk" title="University of Dundee, The Barton Group" >Barton Group</a></div>\r
\r
<!-- panel end-->\r
<div id="content">\r
-<h2 id="headtitle">JABAWS</h2>\r
+<h2 id="headtitle">JABAWS 2</h2>\r
<p style="color:black; font-weight:normal; text-align:left;"><span style="border-bottom:dotted 1px #666" title="JAva Bioinformatics Analysis Web Services for Multiple Sequence Alignment">JABAWS:MSA</span> is free software which provides five web services for multiple sequence alignment: <a href="http://www.clustal.org/">Clustal W</a>, <a href=\r
"http://align.bmr.kyushu-u.ac.jp/mafft/software/">MAFFT</a>, <a href="http://www.drive5.com/muscle">MUSCLE</a>, <a href=\r
"http://www.tcoffee.org/Projects_home_page/t_coffee_home_page.html"> TCOFFEE</a> and <a href="http://probcons.stanford.edu/">PROBCONS</a> conveniently packaged to run on your local computer, server or cluster. \r