Skip to content

Commit

Permalink
Functionalities updated
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtico committed Dec 23, 2024
1 parent 470d714 commit eb11e03
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 125 deletions.
3 changes: 2 additions & 1 deletion src/pyranges_plot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
from .plot_main import plot # noqa: F401
from .pr_register_plot import register_plot # noqa: F401
from .example_data import p1, p2, p3, p_ala, p_cys, ncbi_gff, ncbi_vcf # noqa: F401
from . import vcf
from . import vcf
from .make_subsets import make_scatter
4 changes: 2 additions & 2 deletions src/pyranges_plot/vcf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .vcf_reader import read_vcf
from .vcf_preparation import split_fields
from .make_subsets import make_scatter
#from .make_subsets import make_scatter

__all__ = ["read_vcf", "split_fields", "make_scatter"]
__all__ = ["read_vcf", "split_fields"]
122 changes: 0 additions & 122 deletions src/pyranges_plot/vcf/make_subsets.py

This file was deleted.

0 comments on commit eb11e03

Please sign in to comment.