Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 334889510
  • Loading branch information
Genomics team in Google Brain authored and copybara-github committed Oct 1, 2020
1 parent ace15cd commit becfdd8
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 20 deletions.
2 changes: 0 additions & 2 deletions nucleus/examples/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ package(

licenses(["notice"]) # Apache License 2.0

exports_files(["LICENSE"])

py_library(
name = "examples_py",
deps = [
Expand Down
2 changes: 0 additions & 2 deletions nucleus/io/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ package(

licenses(["notice"]) # Apache License 2.0

exports_files(["LICENSE"])

#
# Python API
#
Expand Down
2 changes: 0 additions & 2 deletions nucleus/io/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ package(

licenses(["notice"]) # Apache License 2.0

exports_files(["LICENSE"])

py_clif_cc(
name = "vcf_reader",
srcs = ["vcf_reader.clif"],
Expand Down
2 changes: 0 additions & 2 deletions nucleus/testdata/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ package(

licenses(["notice"]) # Apache License 2.0

exports_files(["LICENSE"])

filegroup(
name = "testdata",
srcs = glob([
Expand Down
2 changes: 0 additions & 2 deletions nucleus/testing/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ package(default_visibility = ["//visibility:public"])

licenses(["notice"]) # Apache License 2.0

exports_files(["LICENSE"])

test_suite(
name = "smoke_tests",
tests = [
Expand Down
2 changes: 0 additions & 2 deletions nucleus/util/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ package(

licenses(["notice"]) # Apache License 2.0

exports_files(["LICENSE"])

py_library(
name = "util_py",
deps = [
Expand Down
2 changes: 0 additions & 2 deletions nucleus/util/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ package(

licenses(["notice"]) # Apache License 2.0

exports_files(["LICENSE"])

py_clif_cc(
name = "math",
srcs = ["math.clif"],
Expand Down
5 changes: 1 addition & 4 deletions nucleus/vendor/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ package(

licenses(["notice"]) # Apache License 2.0

exports_files([
"LICENSE",
"message_module.cc",
])
exports_files(["message_module.cc"])

cc_library(
name = "vendor_cpp",
Expand Down
2 changes: 0 additions & 2 deletions nucleus/vendor/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ package(

licenses(["notice"]) # Apache License 2.0

exports_files(["LICENSE"])

py_clif_cc(
name = "statusor_examples",
srcs = ["statusor_examples.clif"],
Expand Down

0 comments on commit becfdd8

Please sign in to comment.