From cd7b1f7ec39c9e2029da7fb8dbaf91abc19a0f0f Mon Sep 17 00:00:00 2001 From: pratas <6882743+pratas@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:36:23 +0000 Subject: [PATCH] 3.7 in bash --- src/JARVIS3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/JARVIS3.sh b/src/JARVIS3.sh index fa316eb..2f68311 100755 --- a/src/JARVIS3.sh +++ b/src/JARVIS3.sh @@ -16,7 +16,7 @@ OUTPUT=""; SHOW_MENU () { echo " -------------------------------------------------------"; echo " "; - echo " JARVIS3, v3.6. High reference-free compression of DNA "; + echo " JARVIS3, v3.7. High reference-free compression of DNA "; echo " sequences, FASTA data, and FASTQ data. "; echo " "; echo " Program options ---------------------------------------"; @@ -82,7 +82,7 @@ SHOW_HEADER () { echo " [JARVIS3 :: DNA, FASTA, and FASTQ Extensions] "; echo " "; echo " Release year: 2024, "; - echo " Version: 3.5 "; + echo " Version: 3.7 "; echo " Author: D. Pratas "; echo " Language: Bash / C "; echo " License: GPL v3 ";