Skip to content
Snippets Groups Projects
Commit 86be5656 authored by nfontrod's avatar nfontrod
Browse files

src/bed_handler/__main__.py: decommenting the first line in launcher

parent ca7c85c7
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,9 @@ def launcher():
"""
Create the necessary bed file to visualise bigwig file
"""
# write_regulated_gene_file()
# create_filtered_bed()
# create_region_bed()
write_regulated_gene_file()
create_filtered_bed()
create_region_bed()
create_bed_ctcf_exon("down", 0, "both", True)
create_bed_ctcf_exon("down", 1000, "both", False)
create_bed_ctcf_exon("down", 2000, "both", False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment