Skip to content
Snippets Groups Projects
Commit 15d0feef authored by Blaise Li's avatar Blaise Li
Browse files

Moved plotting scripts to subdirectory.

parent 424f87f9
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,6 @@ This script reads bigwig files, and creates a metagene profile.
The profiles can be restricted based on a list of gene identifiers.
"""
# TODO: Set vertical scale ?
# TODO: Set font size or graph width to avoid very large titles (also for the pipeline) ?
# TODO: What about using deeptools?
......@@ -196,6 +195,7 @@ def fix_none(param_value):
DEFAULT_PARAMETERS = {
"upstream": 0,
"downstream": 0,
# TODO: change to 2000 ?
"body": 500,
"bin size": 10,
"ref point": None,
......
File moved
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