import hailc.v01.mypkg as mypkg
This is code contributed by My Name. Here's a sentence or two about me and what I do.
- Utility Functions
- Pipelines
Here's an example using it.
>>> vds = mypkg.utility_function_1(vds)
Here's an example using the second function.
>>> kt = mypkg.utility_function_2(kt)
Here are some pipelines I've been working on. Maybe this is actually Hail code, or maybe it's a more abstract set of analysis stages.