Skip to content

Commit

Permalink
Draft release 1.2.1 #69
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Oct 30, 2024
1 parent 2ec6f5b commit 911ffe6
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion phylonco-beast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<artifactId>phylonco-beast</artifactId>
<!-- phylonco-beast version, it must be consisting with version.xml -->
<version>1.2.0</version>
<version>1.2.1</version>

<properties>
<!-- it must be consisting with version.xml, and the jar names in the lib folder -->
Expand Down
2 changes: 1 addition & 1 deletion phylonco-beast/version.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<package name='phylonco' version='1.2.0'>
<package name='phylonco' version='1.2.1'>
<!-- phylonco beast -->
<depends on='BEAST.base' atleast='2.7.6'/>
<depends on='BEAST.app' atleast='2.7.6'/>
Expand Down
2 changes: 1 addition & 1 deletion phylonco-lphy-studio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>

<artifactId>phylonco-lphy-studio</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>

<dependencies>
<dependency>
Expand Down
5 changes: 3 additions & 2 deletions phylonco-lphy/examples/gt16ReadCountModel.lphy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
data {
n = 6;
l = 10;
n = 10;
l = 500;
w1 = 10.0;
epsilon = 0.1; // try 0.5
delta = 0.2;
Expand All @@ -10,6 +10,7 @@ meanV = 0.1; // variance coverage = lognormal(meanV, sdV)
sdV = 0.05;
meanS = 1.2; // cell-specific scaling
sdS = 0.2;
A = readNexus(file="/Users/dxie004/WorkSpace/beast-phylonco/phylonco-lphy/examples/data/gt16ReadCountModel_A.nexus");
}

model {
Expand Down
2 changes: 1 addition & 1 deletion phylonco-lphy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>phylonco-lphy</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion phylonco-lphybeast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<artifactId>phylonco-lphybeast</artifactId>
<!-- phylonco-lphybeast version, it must be consisting with version.xml -->
<version>1.2.0</version>
<version>1.2.1</version>

<dependencies>
<!-- <dependency>-->
Expand Down
4 changes: 2 additions & 2 deletions phylonco-lphybeast/version.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<package name='phylonco.lphybeast' version='1.2.0'>
<package name='phylonco.lphybeast' version='1.2.1'>
<!-- phylonco beast -->
<depends on='phylonco' atleast='1.2.0'/>
<depends on='lphybeast' atleast='1.2.0'/>
<depends on='lphybeast' atleast='1.2.1'/>

<!-- include lphybeast -->
<depends on='lphybeast-flc' atleast='0.0.1'/>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@

<properties>
<lphy.vision>1.6.1</lphy.vision>
<!-- <lphybeast.vision>1.2.0-SNAPSHOT</lphybeast.vision>-->
<lphybeast.vision>1.2.1</lphybeast.vision>
<!-- include lphybeast -->
<lphybeast.flc.vision>0.0.1-SNAPSHOT</lphybeast.flc.vision>
<!-- phylonco pom version https://maven.apache.org/maven-ci-friendly.html -->
<!-- change version in phylonco-beast or phylonco-lphybeast pom, not here -->
<revision>1.2.0</revision>
<revision>1.2.1</revision>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 911ffe6

Please sign in to comment.