From 4687d6a2d0aa84e7dd7cad6089ac3c54e6556b33 Mon Sep 17 00:00:00 2001 From: Anthony Gray Date: Wed, 30 Nov 2022 12:45:38 -0800 Subject: [PATCH] 1.7 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- dfam-tetools.sh | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e43b869..b4eca71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ 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/). +## 1.7 - 2022-11/29 +### Updated +- RepeatMasker: `4.1.3-p1` -> `4.1.4` +- RepeatModeler: `2.0.3` -> `2.0.4` +- RMBlast: `2.11.0` -> `2.13.0` + ## 1.6 - 2022-10-18 ### Updated - RepeatMasker: `4.1.2-p1` -> `4.1.3-p1` diff --git a/README.md b/README.md index de7bc19..01258e1 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 `1.5`): +The following software is included in the Dfam TE Tools container (version `1.7`): | | | | | -------------- | -------- | --- | diff --git a/dfam-tetools.sh b/dfam-tetools.sh index a2b4313..2f1052c 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.6" +container="dfam/tetools:1.7" use_docker=0 use_singularity=0