Skip to content

Commit

Permalink
Release 1.2.0 #66
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Sep 19, 2024
1 parent 2ec13e2 commit b50de88
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 12 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>
<!-- must be consisting with version.xml -->
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>

<properties>
<beastVersion>2.7.6</beastVersion>
Expand Down
9 changes: 9 additions & 0 deletions phylonco-beast/src/assembly/phylonco-beast-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@
</sources>
</moduleSet>
</moduleSets>
<fileSets>
<fileSet>
<directory>../examples</directory>
<outputDirectory>examples</outputDirectory>
<excludes>
<exclude>test_read_count_model.xml</exclude>
</excludes>
</fileSet>
</fileSets>
<files>
<file>
<source>version.xml</source>
Expand Down
4 changes: 2 additions & 2 deletions phylonco-beast/version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<provider classname="phylonco.beast.evolution.populationmodel.GompertzGrowth_t50"/>
<provider classname="phylonco.beast.evolution.populationmodel.ConstantGrowth"/>
<provider classname="phylonco.beast.evolution.populationmodel.StochasticVariableSelection"/>
<provider classname="phylonco.beast.evolution.readcountmodel.LikelihoodReadCountModel"/>
<provider classname="phylonco.beast.evolution.datatype.ReadCount"/>
<!-- <provider classname="phylonco.beast.evolution.readcountmodel.LikelihoodReadCountModel"/>-->
<!-- <provider classname="phylonco.beast.evolution.datatype.ReadCount"/>-->
</service>

</package>
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-SNAPSHOT</version>
<version>1.2.0</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<include>**/data/**</include>
</includes>
<excludes>
<exclude>**/gt16ReadCountModel.lphy</exclude>
<exclude>**/todo/**</exclude>
<exclude>**/*.log</exclude>
<exclude>**/*.trees</exclude>
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-SNAPSHOT</version>
<version>1.2.0</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ public PhyloncoImpl() {
public List<Class<? extends GenerativeDistribution>> declareDistributions() {
return Arrays.asList(
GT16ErrorModel.class,
HomozygousAlignmentDistribution.class,
ReadCountModel.class,
PloidyModel.class,
CoverageModel.class);
HomozygousAlignmentDistribution.class);
// ReadCountModel.class,
// PloidyModel.class,
// CoverageModel.class);
}

@Override
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>
<!-- must be consisting with version.xml -->
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</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,9 +1,9 @@
<package name='phylonco.lphybeast' version='1.2.0'>
<!-- phylonco beast -->
<depends on='phylonco' atleast='1.2.0'/>
<!-- <depends on='lphybeast' atleast='1.2.0'/>-->
<depends on='lphybeast' atleast='1.2.0'/>
<!-- include lphybeast -->
<depends on='lphybeast-flc' atleast='0.0.1'/>
<!-- <depends on='lphybeast-flc' atleast='0.0.1'/>-->

<!-- add BEAST2 service below -->
<service type="beast.base.evolution.datatype.DataType">
Expand Down

0 comments on commit b50de88

Please sign in to comment.