Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sanger-pathogens/Roary into versi…
Browse files Browse the repository at this point in the history
…on_fix
  • Loading branch information
andrewjpage committed Jan 12, 2018
2 parents 19d5db2 + da80059 commit dfddaa7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Bio/Roary/External/CheckTools.pm
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ my %tools = (
},
'kraken' => {
GETVER => "kraken -v | head -n 1",
REGEXP => qr/(\d+\.\d+\.\d+.*)/,
REGEXP => qr/(\d+\.\d+\.*\d*.*)/,
NEEDED => 0,
},
'kraken-report' => {
GETVER => "kraken-report --version | head -n 1",
REGEXP => qr/Kraken version (\d+\.\d+\.*\d*.*)/,
GETVER => "kraken-report -v | head -n 1",
REGEXP => qr/(\d+\.\d+\.*\d*.*)/,
NEEDED => 0,
},
},
'Rscript' => {
GETVER => "Rscript --version 2>&1 | head -n 1",
REGEXP => qr/R scripting front-end version ($BIDEC)/,
Expand Down

0 comments on commit dfddaa7

Please sign in to comment.