Skip to content

Commit

Permalink
v1.1.5 - Expand V-B, V-F, and VI-B into V-B1, V-B2, V-F1, V-F2, V-F3,…
Browse files Browse the repository at this point in the history
… V-F, VI-B1, and VI-B2
  • Loading branch information
Russel88 committed May 25, 2020
1 parent de7399b commit daa7936
Show file tree
Hide file tree
Showing 5 changed files with 702 additions and 688 deletions.
2 changes: 1 addition & 1 deletion cctyper/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self, args):
logging.basicConfig(format='[%(asctime)s] %(levelname)s: %(message)s', datefmt='%Y-%m-%d %H:%M:%S', level=self.lvl)
else:
logging.basicConfig(format='\033[36m'+'[%(asctime)s] %(levelname)s:'+'\033[0m'+' %(message)s', datefmt='%Y-%m-%d %H:%M:%S', level=self.lvl)
logging.info('Running CRISPRCasTyper version 1.1.4')
logging.info('Running CRISPRCasTyper version 1.1.5')

# Force consistency
self.out = os.path.join(self.out, '')
Expand Down
Loading

0 comments on commit daa7936

Please sign in to comment.