Skip to content
Snippets Groups Projects
Commit 77cc4eff authored by Laura Cook's avatar Laura Cook
Browse files

added exclusion range to cross-correlation

parent 47ee15b9
Branches
No related tags found
No related merge requests found
......@@ -460,11 +460,14 @@ rule subsample_aligned_reads:
shell("zcat {input} > {output.tmp}")
# Determine exclusion range for fragment length estimation.
## From bamPEFragmentSize (deepTools) average fragment length is ~220bp
## See bamPEFragmentSize.histogram.png
# Use a fixed lowerbound at -500.
# Upperbound EXCLUSION_RANGE_MAX is
# Upperbound E
#EXCLUSION_RANGE_MAX is
# Histone ChIP-seq: max(read_len + 10, 100)
# lowerbound is fixed at 500 for both
# read length is 50 because that is what we trimmed it to??
rule cross_correlation_SSP:
input:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment