Skip to content

Commit

Permalink
Removing commented-out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
James Allen committed Jul 22, 2020
1 parent 27b5676 commit d0f9eb2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/parse_results.pl
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ =head1 OPTIONS
use feature 'say';

use Getopt::Long qw(:config no_ignore_case);
#use JSON;
#use Path::Tiny;
#use Pod::Usage;
#use TAP::Parser;
#use Bio::EnsEMBL::DataCheck::Pipeline::DataCheckTapToJson;

my ($help, $tap, $output_file, $by_species, $passed);

Expand All @@ -73,6 +68,7 @@ =head1 OPTIONS
);

pod2usage(1) if $help;

if (! defined $tap) {
die "Need a source of TAP data";
} elsif (! -e $tap) {
Expand Down

0 comments on commit d0f9eb2

Please sign in to comment.