projects
/
unfold-protein.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31d67f6
)
scan: Log the loop index
author
W. Trevor King
<wking@tremily.us>
Thu, 7 Feb 2013 06:05:55 +0000
(
01:05
-0500)
committer
W. Trevor King
<wking@tremily.us>
Thu, 7 Feb 2013 06:05:55 +0000
(
01:05
-0500)
So the user can gauge the remaining experiment time.
unfold_protein/scan.py
patch
|
blob
|
history
diff --git
a/unfold_protein/scan.py
b/unfold_protein/scan.py
index b849e49a22047a8b30816a6dc7d3e57bea247512..de1edda85d4ef87916470a4bb71bccb99cff2ebf 100644
(file)
--- a/
unfold_protein/scan.py
+++ b/
unfold_protein/scan.py
@@
-35,6
+35,8
@@
class UnfoldScanner (object):
self._stop = False
_signal.signal(_signal.SIGTERM, self._handle_stop_signal)
for i in range(self.config['velocity']['num loops']):
+ _LOG.info('on loop {} of {}'.format(
+ i, self.config['velocity']['num loops']))
for velocity in self.config['velocity']['unfolding velocities']:
if self._stop:
return