Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Commit

Permalink
v 0.92
Browse files Browse the repository at this point in the history
  • Loading branch information
telatin committed Jan 13, 2020
1 parent 349f92e commit 4734cb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/interleafq.pl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use FASTX::Reader;
use Data::Dumper;

my $VERSION = '0.90';
my $VERSION = '0.92';
my $AUTHOR = 'Andrea Telatin';
my $PROGRAM = basename($0);

Expand Down Expand Up @@ -140,6 +140,7 @@
sub version {
# Display version if needed
say STDERR "$PROGRAM $VERSION ($AUTHOR)\n";
exit 0;
}

sub usage {
Expand Down

0 comments on commit 4734cb6

Please sign in to comment.