Skip to content

Commit

Permalink
Merge pull request #118 from spock/patch-1
Browse files Browse the repository at this point in the history
fixes #110, #117
  • Loading branch information
ssjunnebo authored Nov 9, 2017
2 parents c5e559c + f6316c9 commit ee9e686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circlator/external_progs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Error (Exception): pass

prog_to_version_cmd = {
'bwa': ('', re.compile('^Version: ([0-9\.]+)')),
'nucmer': ('--version', re.compile('^NUCmer \(NUCleotide MUMmer\) version ([0-9\.]+)')),
'nucmer': ('--version', re.compile('^(?:NUCmer \(NUCleotide MUMmer\) version )?([0-9\.]+).*')),
'prodigal': ('-v', re.compile('^Prodigal V([0-9\.]+):')),
'samtools': ('', re.compile('^Version: ([0-9\.]+)')),
'spades': ('', re.compile('^SPAdes genome assembler v.?([0-9][0-9\.]+)')),
Expand Down

0 comments on commit ee9e686

Please sign in to comment.