Skip to content

Commit

Permalink
v1.0.6 stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
endixk committed Jul 8, 2024
1 parent 8a77e80 commit 8d2338c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:jammy
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
ENV PATH /opt/conda/bin:$PATH

ARG VERSION=1.0.5
ARG VERSION=1.0.6
ARG BUILD=0

# Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>steineggerlab</groupId>
<artifactId>ufcg</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions src/pipeline/UFCGMainPipeline.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@

@SuppressWarnings("restriction")
public class UFCGMainPipeline {
public static final String VERSION = "1.0.5";
public static final Boolean STABLE = false;
public static final String RELEASE_DATE = "Sep 2023";
public static final String VERSION = "1.0.6";
public static final Boolean STABLE = true;
public static final String RELEASE_DATE = "Jul 2024";
public static final String CITATION = " Kim, D., Gilchrist, C.L.M., Chun, J. & Steinegger, M. (2023)\n"
+ " UFCG: database of universal fungal core genes and pipeline for genome-wide phylogenetic analysis of fungi.\n"
+ " Nucleic Acids Research, 51(D1), D777-D784, doi:10.1093/nar/gkac894.\n";
Expand Down

0 comments on commit 8d2338c

Please sign in to comment.