From bfd731a22d2956cc49c99931d233a75dd4b7e83a Mon Sep 17 00:00:00 2001 From: Pombert-JF Date: Fri, 12 Mar 2021 16:02:25 -0600 Subject: [PATCH] code cleanup --- run_mafft.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_mafft.pl b/run_mafft.pl index 9712e0a..0a85077 100755 --- a/run_mafft.pl +++ b/run_mafft.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl ## Pombert Lab, 2018 my $name = 'run_mafft.pl'; -my $version = 0.1; +my $version = '0.1a'; my $updated = '03/03/2021'; use strict; use warnings; use Getopt::Long qw(GetOptions);