Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Bux fixes, enable zebrafish genome for macs2
  • Loading branch information
msbentsen committed Feb 27, 2019
1 parent 81ed108 commit eecc24b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion snakemake_pipeline/snakefiles/preprocessing.snake
Expand Up @@ -29,7 +29,8 @@ rule conditionbam:

# Peak-calling
gsizes = {"human":"hs",
"mouse":"mm"}
"mouse":"mm",
"zebrafish": 1369631918} #https://deeptools.readthedocs.io/en/develop/content/feature/effectiveGenomeSize.html

rule macs:
input:
Expand Down
2 changes: 1 addition & 1 deletion tobias/plotting/plot_aggregate.py
Expand Up @@ -63,7 +63,7 @@ def add_aggregate_arguments(parser):
PLOT.add_argument('--log_transform', help="", action="store_true")
PLOT.add_argument('--plot_boundaries', help="Plot TFBS boundaries", action='store_true')
#PLOT.add_argument('--outliers', help="")

RUN = parser.add_argument_group("Run arguments")
RUN = add_logger_args(RUN)

Expand Down

0 comments on commit eecc24b

Please sign in to comment.