1e5d029aa2508b01e5d16df3c7114faeb7bfa101
[htsworkflow.git] / scripts / spoolwatcher
1 #!/usr/bin/env python
2
3 from uashelper.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()