Skip to content

Commit

Permalink
start interactive module
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Aug 24, 2017
1 parent 98974e2 commit f04eb62
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions init_interactive.py
@@ -0,0 +1,14 @@
""" Create dummy PipelineManager and NGSTk instance for interactive session. """

import os
from pypiper import PipelineManager
from pypiper import NGSTk


__author__ = "Vince Reuter"
__email__ = "vreuter@virginia.edu"



pm = PipelineManager(name="interactive", outfolder=os.path.expanduser("~"))
tk = NGSTk(pm=pm)

0 comments on commit f04eb62

Please sign in to comment.