Skip to content

Commit 332e10c

Browse files
committed
change wording
These aren't optional modules, they're old modules that I still support for which newer better ones exist.
1 parent a9c5efa commit 332e10c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

t/05.Bam-Samtools.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BEGIN {
1313
plan tests => 71;
1414
}
1515
else {
16-
plan skip_all => 'Optional module Bio::DB::Sam not available';
16+
plan skip_all => 'Alternate module Bio::DB::Sam not available';
1717
}
1818
## no critic
1919
$ENV{'BIOTOOLBOX'} = File::Spec->catfile( $Bin, "Data", "biotoolbox.cfg" );

t/06.BigBed-UCSC.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BEGIN {
1313
plan tests => 50;
1414
}
1515
else {
16-
plan skip_all => 'Optional module Bio::DB::BigBed not available';
16+
plan skip_all => 'Alternate module Bio::DB::BigBed not available';
1717
}
1818
## no critic
1919
$ENV{'BIOTOOLBOX'} = File::Spec->catfile( $Bin, "Data", "biotoolbox.cfg" );

t/07.BigWig-UCSC.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BEGIN {
1313
plan tests => 39;
1414
}
1515
else {
16-
plan skip_all => 'Optional module Bio::DB::BigWig not available';
16+
plan skip_all => 'Alternate module Bio::DB::BigWig not available';
1717
}
1818
## no critic
1919
$ENV{'BIOTOOLBOX'} = File::Spec->catfile( $Bin, "Data", "biotoolbox.cfg" );

t/08.BigWigSet-UCSC.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BEGIN {
1313
plan tests => 43;
1414
}
1515
else {
16-
plan skip_all => 'Optional module Bio::DB::BigWigSet not available';
16+
plan skip_all => 'Alternate module Bio::DB::BigWigSet not available';
1717
}
1818
## no critic
1919
$ENV{'BIOTOOLBOX'} = File::Spec->catfile( $Bin, "Data", "biotoolbox.cfg" );

0 commit comments

Comments
 (0)