Skip to content

Commit

Permalink
one more regexp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jemten committed Feb 14, 2024
1 parent 506e7f4 commit 381e518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/MIP/Environment/Executable.pm
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ q?'my ($version) = /Version:\s+(.*)/xms; if($version) {chomp $version;print $ver
fastp => {
version_cmd => q{--version 2>&1 >/dev/null},
version_regexp =>
q?'my ($version) = /fastp\s(\S+)/xms; if($version) {print $version;last;}?,
},
q?'my ($version) = /fastp\s(\S+)/xms; if($version) {print $version;last;}'?,
},
fastqc => {
version_cmd => q{--version},
version_regexp =>
Expand Down

0 comments on commit 381e518

Please sign in to comment.