Download this file
1 2 3 4 5 6 7 8 9 10 11
# Nucleus contains Python and C++ code for reading, writing, and analyzing # common genomics file formats. package(default_visibility = ["//visibility:public"]) licenses(["notice"]) py_library( name = "__init__py", srcs = ["__init__.py"], )