Skip to content

Commit

Permalink
Merge b2cde9b into 0f97d7e
Browse files Browse the repository at this point in the history
  • Loading branch information
jemten committed Sep 23, 2021
2 parents 0f97d7e + b2cde9b commit eabc0cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/MIP/Environment/Executable.pm
Expand Up @@ -379,6 +379,11 @@ q?'my ($version) = /genmod\s+version:\s+(\S+)/xms; if($version) {print $version;
version_regexp =>
q?'my ($version) = /gzip\s+(\S+)/xms; if($version) {print $version;last;}'?,
},
hmtnote => {
version_cmd => q{--version},
version_regexp =>
q?'my ($version) = /version\s(\S+)/xms; if($version) {print $version;last;}'?,
},
q{infer_exeperiment.py} => {
version_cmd => q{--version},
version_regexp =>
Expand Down

0 comments on commit eabc0cd

Please sign in to comment.