@@ -13,12 +13,12 @@ use File::Path;
13
13
use Data::Dumper;
14
14
15
15
16
- our $VERSION = " 0.15.3.dev " ;
16
+ our $VERSION = " 0.15.3" ;
17
17
18
18
# ##########################################################################
19
19
# ##########################################################################
20
20
# # ##
21
- # # Copyright 2022 , Simon Andrews (The Babraham Institute, UK) ##
21
+ # # Copyright 2023 , Simon Andrews (The Babraham Institute, UK) ##
22
22
# # Steven Wingett (MRC-LMB, Cambridge, UK) ##
23
23
# # Felix Krueger (The Babraham Institute, UK) ##
24
24
# # Mark Fiers (Plant & Food Research, NZ) ##
@@ -163,7 +163,6 @@ if(defined $get_genomes){
163
163
exit (0);
164
164
}
165
165
166
-
167
166
# Identify input files
168
167
my @files = get_paths(@ARGV );
169
168
@@ -174,7 +173,6 @@ foreach my $file (@files) {
174
173
}
175
174
}
176
175
177
-
178
176
if (defined $filter ){
179
177
die " Option --filter not in the correct format, see --help for more details.\n " unless ($filter =~ / ^[012345-]+$ / );
180
178
die " Option --filter may not contain only hyphens '-'\n " if ($filter =~ / ^-+$ / );
@@ -322,19 +320,9 @@ if ( ( ( 1 << 32 ) != 4294967296 ) and ( scalar @libraries > 15 ) ) { #32-bit
322
320
die " Maximum number of reference genomes exceeded, please adjust configuration and specify at most 32 libraries.\n " ;
323
321
}
324
322
325
- # my @files = get_paths(@ARGV);
326
323
327
324
die " No files to process\n " unless (@files );
328
325
329
- # If the --no_hits option is selected, decide whether the output should be
330
- # be compressed by assessing whether any of the input is compressed
331
- # foreach my $file (@files) {
332
- # if ( $file =~ /\.gz$/ ) {
333
- # $zip_data_output = 1;
334
- # last;
335
- # }
336
- # }
337
-
338
326
my $index = 0;
339
327
while ( $index <= $#files ) {
340
328
process_file( $files [$index ] );
0 commit comments