Skip to content

Commit

Permalink
Merge pull request #112 from martinghunt/master
Browse files Browse the repository at this point in the history
Update card version to 1.0.9
  • Loading branch information
martinghunt authored Jul 29, 2016
2 parents 7a0665b + 3c00182 commit fe6da7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ariba/ref_genes_getter.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def _get_from_card(self, outprefix):
except:
raise Error('Error mkdir/chdir ' + tmpdir)

card_version = '1.0.8'
card_version = '1.0.9'
card_tarball_url = 'https://card.mcmaster.ca/download/0/broadstreet-v' + card_version + '.tar.gz'
card_tarball = 'card.tar.gz'
print('Working in temporary directory', tmpdir)
Expand Down

0 comments on commit fe6da7e

Please sign in to comment.