We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc0707 commit 99583d7Copy full SHA for 99583d7
2 files changed
VERSION
@@ -1 +1 @@
1
-2.2.1
+2.2.2
hisat2
@@ -293,7 +293,8 @@ Info(" Binary args:\n[ @ht2_args ]\n");
293
my @read_files = (scalar(@unps) > 0) ? @unps : @mate1s;
294
if ((scalar(@read_files) > 0)
295
&& ($seq_in_args == 0)
296
- && ($skip_read_stat == 0)) {
+ && ($skip_read_stat == 0)
297
+ && ($read_files[0] ne '-')) {
298
Info("Check read length: $read_files[0]\n");
299
my $cmd = "'$read_stat_prog' $read_files[0]";
300
my $read_len_str = "";
0 commit comments