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

src/figures_utils/__main__.py: launch the script in exons_interactions.py

parent c8b4bce4
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
"""
Description: Launch the creation of figures saying if exons \
regulated by a splicing factor are more often co-localized than randomly \
expected
"""
from . exons_interactions import launch_figures_creation
def launcher():
"""
Launch the creation of figures saying if exons \
regulated by a splicing factor are more often co-localized than randomly \
expected
"""
launch_figures_creation()
launcher()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment