Skip to content

Commit

Permalink
Remove checking of unused Perl modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Oct 2, 2015
1 parent 5720197 commit 5b55d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nullarbor.pl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
require_exe( qw'prokka roary kraken snippy mlst abricate megahit nw_order nw_display trimal FastTree' );
require_exe( qw'fq fa afa-pairwise.pl' );
require_exe( qw'convert pandoc head cat install env' );
require_perlmod( qw'XML::Simple Data::Dumper Moo Spreadsheet::Read SVG::Graph Bio::SeqIO File::Copy Time::Piece YAML::Tiny' );
require_perlmod( qw'Data::Dumper Moo SVG::Graph Bio::SeqIO File::Copy Time::Piece YAML::Tiny' );

require_version('megahit', 1.0);
require_version('snippy', 2.5);
Expand Down

0 comments on commit 5b55d11

Please sign in to comment.