Skip to content

Commit dbfcc95

Browse files
committed
date format
1 parent 490736b commit dbfcc95

12 files changed

Lines changed: 12 additions & 12 deletions

SSRG.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Pombert Lab, Illinois Tech (2015-2020)
33
my $version = '1.9';
44
my $name = 'SSRG.pl';
5-
my $updated = '22/03/2021';
5+
my $updated = '2021-03-22';
66

77
use strict; use warnings; use Getopt::Long qw(GetOptions); use File::Basename;
88

Tools/MASH/MashR_plotter.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Pombert lab 2019
33
my $version = '0.6';
44
my $name = 'MashR_plotter.pl';
5-
my $updated = '14/03/2021';
5+
my $updated = '2021-03-14';
66

77
use strict; use warnings; use Getopt::Long qw(GetOptions);
88

Tools/MASH/MashToDistanceMatrix.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Pombert lab, 2019
33
my $version = '1.2';
44
my $name = 'MashToDistanceMatrix.pl';
5-
my $updated = '14/03/2021';
5+
my $updated = '2021-03-14';
66

77
use strict; use warnings; use Getopt::Long qw(GetOptions); use File::Basename;
88

Tools/MASH/run_Mash.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Pombert JF, Illinois Tech - 2019
33
my $version = '1.1';
44
my $name = 'run_Mash.pl';
5-
my $updated = '14/03/2021';
5+
my $updated = '2021-03-14';
66

77
use strict; use warnings; use Getopt::Long qw(GetOptions);
88

Tools/NCBI/get_SRA.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Pombert JF, Illinois Tech - 2019
33
my $version = '0.5';
44
my $name = 'get_SRA.pl';
5-
my $updated = '15/03/2021';
5+
my $updated = '2021-03-15';
66

77
use strict; use warnings; use Getopt::Long qw(GetOptions);
88

Tools/NCBI/queryNCBI.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Pombert JF, Illinois Tech 2020
33
my $version = '1.4';
44
my $name = 'queryNCBI.pl';
5-
my $updated = '13/03/2021';
5+
my $updated = '2021-03-13';
66

77
use strict; use warnings; use Getopt::Long qw(GetOptions);
88

Tools/NCBI/queryNuccore.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Pombert JF, Illinois Tech 2019
33
my $version = 0.5;
44
my $name = 'queryNuccore.pl';
5-
my $updated = '15/03/2021';
5+
my $updated = '2021-03-15';
66

77
use strict; use warnings; use Getopt::Long qw(GetOptions);
88

bam2fastq.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Pombert Lab, IIT, 2019
33
my $name = 'bam2fastq.pl';
44
my $version = '0.3b';
5-
my $updated = '22/03/2021';
5+
my $updated = '2021-03-22';
66

77
use strict; use warnings; use Getopt::Long qw(GetOptions); use File::Basename;
88

count_SNPs.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Pombert JF, Illinois tech - 2019
33
my $version = '1.2a';
44
my $name = 'count_SNPs.pl';
5-
my $updated = '13/03/2021';
5+
my $updated = '2021-03-13';
66

77
use strict; use warnings; use Getopt::Long qw(GetOptions);
88

get_SNPs.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Pombert JF, Illinois Tech - 2020
33
my $version = '2.0';
44
my $name = 'get_SNPs.pl';
5-
my $updated = '16/03/2021';
5+
my $updated = '2021-03-16';
66

77
use strict; use warnings; use File::Basename; use Getopt::Long qw(GetOptions);
88

0 commit comments

Comments
 (0)