[project @ rename python module to gaworkflow from uashelper]
[htsworkflow.git] / scripts / spoolwatcher
1 #!/usr/bin/env python
2
3 from gaworkflow.spoolwatcher import TreeWriteDoneNotifier
4
5 if __name__ == "__main__":
6   copy_jid = "cellthumper@chaos.caltech.edu"
7   runner_jid = "diane@ghic.org"
8
9   watcher = TreeWriteDoneNotifier("/gec/jumpgate/ext0", copy_jid, runner_jid)
10   watcher.event_loop()