Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ChIA-PET_network
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LBMC
ReGArDS
ChIA-PET_network
Commits
d3e90aca
Commit
d3e90aca
authored
4 years ago
by
nfontrod
Browse files
Options
Downloads
Patches
Plain Diff
src/nt_composition/__main__.py: launches the main parts of nt_correlation submodule
parent
322c33d8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/nt_composition/__main__.py
+24
-0
24 additions, 0 deletions
src/nt_composition/__main__.py
with
24 additions
and
0 deletions
src/nt_composition/__main__.py
0 → 100644
+
24
−
0
View file @
d3e90aca
#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
"""
Description: This file contains main function used to analyse the
\
nucleotide composition of co-localised exons
"""
from
.make_nt_correlation
import
create_all_frequency_figures
from
.get_projects_interaction
import
get_interactions_number
def
launcher
(
logging_level
:
str
=
"
DISABLE
"
):
"""
Launch the creation of density file.
:param logging_level: The level of data to display
"""
# get_interactions_number(logging_level)
create_all_frequency_figures
(
logging_level
)
launcher
(
'
DEBUG
'
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment