Skip to content

Commit 13ab581

Browse files
committed
purging CE
1 parent 6f7168a commit 13ab581

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A key novel feature of the SplitsTree App is that all data, algorithms and param
1212

1313
Any workflow can be saved to a file and then applied to other datasets either using SplitsTree App or using an accompanying command-line workflow runner program.
1414

15-
<img width="800" alt="image" src="https://github.com/husonlab/splitstree6/blob/main/artwork/example.png">
15+
<img width="800" alt="example" src="artwork/example.png">
1616

1717
## History
1818
Our previous program, SplitsTree4, was designed for computing phylogenetic trees and networks from distances or aligned sequences. It was written in the early 2000's by Daniel Huson and Dave Bryant and described in [(Huson and Bryant, 2006)](https://academic.oup.com/mbe/article/23/2/254/1118872). While the program is still widely used and cited, it was designed for small datasets and the user interface, implemented using the Java Swing library, now feels minimalistic and dated. Moreover, SplitsTree4 was not designed as an open source program.

installer/splitstree6.install4j

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<install4j version="10.0.6" transformSequenceNumber="10">
33
<directoryPresets config="../target/SplitsTreeApp-1.0.0-SNAPSHOT.jar" />
4-
<application name="SplitsTreeCE" applicationId="5610-7746-7010-9445" mediaDir="../../../builds" shortName="SplitsTreeCE" publisher="Daniel Huson and David Bryant" publisherWeb="https://www.splitstree.org" version="0.0.0_beta" allPathsRelative="true" macVolumeId="b8c0a1154e563a9a" javaMinVersion="16">
4+
<application name="SplitsTreeApp" applicationId="5610-7746-7010-9445" mediaDir="../../../builds" shortName="SplitsTreeApp" publisher="Daniel H. Huson and David Bryant" publisherWeb="https://www.splitstree.org" version="0.0.0_beta" allPathsRelative="true" macVolumeId="b8c0a1154e563a9a" javaMinVersion="16">
55
<variables>
66
<variable name="renderingVMOption" />
77
</variables>
@@ -35,7 +35,7 @@
3535
<entry location="install4j-runtime-10.0.5.jar" />
3636
</exclude>
3737
</dirEntry>
38-
<fileEntry mountPoint="1691242167" file="../target/SplitsTreeCE-1.0.0-SNAPSHOT.jar" />
38+
<fileEntry mountPoint="1691242167" file="../target/SplitsTreeApp-1.0.0-SNAPSHOT.jar" />
3939
<fileEntry mountPoint="1691243203" file="../target/dependency/install4j-runtime-10.0.5.jar" />
4040
<dirEntry mountPoint="1691242153" file="../examples" subDirectory="examples" />
4141
<fileEntry mountPoint="1691243205" file="../tools/genome-context" fileMode="755" overrideFileMode="true" />
@@ -51,16 +51,16 @@
5151
<fileEntry mountPoint="675425072" file="../src/main/resources/NOTICE.txt" />
5252
</entries>
5353
<components>
54-
<component name="SplitsTreeCE" id="1691242194" changeable="false">
55-
<description>SplitsTree CE program.</description>
54+
<component name="SplitsTreeApp" id="1691242194" changeable="false">
55+
<description>The SplitsTree App.</description>
5656
<include>
5757
<entry location="jars" />
5858
<entry location="jars2" />
5959
<entry location="tools" />
6060
<entry location="Licenses" />
6161
<entry location="LICENSE.txt" />
6262
<entry location="NOTICE.txt" />
63-
<entry location="SplitsTreeCE" fileType="launcher" />
63+
<entry location="SplitsTreeApp" fileType="launcher" />
6464
</include>
6565
</component>
6666
<component name="Examples" id="1691243204">
@@ -74,9 +74,9 @@
7474
</components>
7575
</files>
7676
<launchers>
77-
<launcher name="SplitsTreeCE" id="1691242142" menuName="SplitsTree CE ">
78-
<executable name="SplitsTreeCE" iconSet="true" redirectStdout="true" executableMode="gui" singleInstance="true" checkConsoleParameter="true" dpiAware="false">
79-
<versionInfo include="true" fileDescription="SplitsTree CE analysis of phylogenetic trees and networks" legalCopyright="Copyright (C) 2024 ${compiler:sys.publisher}" internalName="SplitsTreeCE" />
77+
<launcher name="SplitsTreeApp" id="1691242142" menuName="SplitsTree App ">
78+
<executable name="SplitsTreeApp" iconSet="true" redirectStdout="true" executableMode="gui" singleInstance="true" checkConsoleParameter="true" dpiAware="false">
79+
<versionInfo include="true" fileDescription="SplitsTree app - analysis of phylogenetic trees and networks" legalCopyright="Copyright (C) 2024 ${compiler:sys.publisher}" internalName="SplitsTreeApp" />
8080
</executable>
8181
<java mainClass="splitstreesix/splitstree6.main.SplitsTree6" mainMode="module" vmParameters="-server -Duser.language=en -Duser.region=US ${compiler:renderingVMOption}">
8282
<modulePath>
@@ -304,16 +304,16 @@ return console.askOkCancel(message, true);
304304
<screen id="1691242246" beanClass="com.install4j.runtime.beans.screens.FormScreen">
305305
<serializedBean>
306306
<property name="subTitle" type="string">Check for updates how often?</property>
307-
<property name="title" type="string">SplitsTree CE Updater</property>
307+
<property name="title" type="string">SplitsTree App Updater</property>
308308
</serializedBean>
309309
<formComponents>
310310
<formComponent id="1691242248" beanClass="com.install4j.runtime.beans.formcomponents.UpdateScheduleSelectorComponent" />
311311
</formComponents>
312312
</screen>
313313
<screen id="1691242249" beanClass="com.install4j.runtime.beans.screens.FormScreen">
314314
<serializedBean>
315-
<property name="subTitle" type="string">Set maximum allowed memory usage for SplitsTree CE </property>
316-
<property name="title" type="string">Set SplitsTree CE memory</property>
315+
<property name="subTitle" type="string">Set maximum allowed memory usage for SplitsTree App </property>
316+
<property name="title" type="string">Set SplitsTree App memory</property>
317317
</serializedBean>
318318
<condition> !context.getMediaName().toLowerCase().contains("windows") || context.getMediaName().toLowerCase().contains("x64") || context.getMediaName().toLowerCase().contains("64bits") </condition>
319319
<actions>
@@ -330,7 +330,7 @@ return console.askOkCancel(message, true);
330330
<formComponents>
331331
<formComponent id="1691242250" beanClass="com.install4j.runtime.beans.formcomponents.NumberSpinnerComponent">
332332
<serializedBean>
333-
<property name="helpText" type="string">Set maximum amount of memory that SplitsTree CE may use.</property>
333+
<property name="helpText" type="string">Set maximum amount of memory that SplitsTree App may use.</property>
334334
<property name="initialValue" type="int" value="2" />
335335
<property name="labelText" type="string">Set max memory usage (in gigabytes)</property>
336336
<property name="maxValue" type="int" value="512" />
@@ -1158,8 +1158,8 @@ return true;</property>
11581158
<variable name="renderingVMOption" value="-Dprism.forceGPU=true" />
11591159
</variables>
11601160
</unixInstaller>
1161-
<macosFolder name="Mac OS X Folder" id="1691242165" installDir="SplitsTreeCE" overridePrincipalLanguage="true" architecture="universal" compressDmg="true" signLaunchers="true" />
1162-
<windows name="Windows64bit" id="1691242288" installDir="SplitsTreeCE" overridePrincipalLanguage="true" architecture="64">
1161+
<macosFolder name="Mac OS X Folder" id="1691242165" installDir="SplitsTreeApp" overridePrincipalLanguage="true" architecture="universal" compressDmg="true" signLaunchers="true" />
1162+
<windows name="Windows64bit" id="1691242288" installDir="SplitsTreeApp" overridePrincipalLanguage="true" architecture="64">
11631163
<overriddenPrincipalLanguage id="409" />
11641164
<exclude>
11651165
<entry location="tools" />

0 commit comments

Comments
 (0)