From c2621ecf05d668ba094c5ba4bb3023d47da2b879 Mon Sep 17 00:00:00 2001 From: Pierre-Morisse Date: Wed, 23 Oct 2019 15:23:45 +0200 Subject: [PATCH] Add version --- CONSENT-correct | 1 + CONSENT-polish | 1 + 2 files changed, 2 insertions(+) diff --git a/CONSENT-correct b/CONSENT-correct index 9c13e1f..6f8dc43 100755 --- a/CONSENT-correct +++ b/CONSENT-correct @@ -3,6 +3,7 @@ set -e #Prints a help message function print_help { + echo "CONSENT v1.2" echo "Usage: $0 [options] --in longReads.fasta --out result.fasta --type readsTechnology" echo "" echo " Input:" diff --git a/CONSENT-polish b/CONSENT-polish index 490cbc4..4a26432 100755 --- a/CONSENT-polish +++ b/CONSENT-polish @@ -3,6 +3,7 @@ set -e #Prints a help message function print_help { + echo "CONSENT v1.2" echo "Usage: $0 [options] --contigs contigs.fasta --reads longReads.fasta --out result.fasta" echo "" echo " Input:"