From 5ce5969d1acfab1958507d2c05c77576305c0213 Mon Sep 17 00:00:00 2001 From: Jeb Rosen Date: Wed, 9 Feb 2022 08:48:58 -0800 Subject: [PATCH] release: 1.5 --- CHANGELOG.md | 4 +++- README.md | 2 +- dfam-tetools.sh | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f48427d..e8230b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## Unreleased +## 1.5 - 2022-02-09 ### Updated - RepeatModeler: `2.0.2a` -> `2.0.3` +### Changed +- Updated and expanded upon several sections of the README ## 1.4 - 2021-05-03 ### Added diff --git a/README.md b/README.md index 9592ae4..9097341 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ singularity build dfam-tetools.sif dfam-tetools.def ## Included software -The following software is included in the Dfam TE Tools container (version ``): +The following software is included in the Dfam TE Tools container (version `1.5`): | | | | | -------------- | -------- | --- | diff --git a/dfam-tetools.sh b/dfam-tetools.sh index b4dc184..05772a1 100755 --- a/dfam-tetools.sh +++ b/dfam-tetools.sh @@ -31,7 +31,7 @@ programs are available, singularity is preferred." ## Parse command-line arguments ## -container="dfam/tetools:1.4" +container="dfam/tetools:1.5" use_docker=0 use_singularity=0