File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ SITE_POS = BIN + "/../annotation/juicebox/site_pos/"+ GENOME + "_" + RES_ENZYME
3838GENOME_FEATURE = BIN + "/../annotation/genome_features/" + GENOME + \
3939 "." + RES_ENZYME + "." + str (BIN_SIZE ) + ".gnf"
4040
41- TSS_DICT = {"hg19" :BIN + "../annotation/TSSs/hg19.gencode.v19.annotation.transcripts.tss10k.bed" }
42- TSS = TSS_DICT [GENOME ]
41+ # TSS_DICT = {"hg19":BIN + "../annotation/TSSs/hg19.gencode.v19.annotation.transcripts.tss10k.bed"}
42+ # TSS = TSS_DICT[GENOME]
4343
4444## read the chromosome information.
4545CHR = []
@@ -71,7 +71,7 @@ rule vanilla:
7171# expand("{sample}/{sample}.norm.DI.TAD",sample=SAMPLES),
7272 expand ("{sample}/{sample}.norm.DI.bedgraph" ,sample = SAMPLES ),
7373 expand ("{sample}/{sample}.insulation.bedgraph" ,sample = SAMPLES ),
74- expand ("{sample}/{sample}.PC1.bedgraph" ,sample = SAMPLES ),
74+ # expand("{sample}/{sample}.PC1.bedgraph",sample=SAMPLES),
7575
7676rule valid_pairs :
7777 input :
Original file line number Diff line number Diff line change 22suppressMessages(require(data.table ))
33suppressMessages(require(GenomicRanges ))
44a = fread(commandArgs(trailing = T )[1 ],skip = 1 )
5+ a [is.na(a )] = 0
56alist = as.list(a )
67
78# correlation matrix
You can’t perform that action at this time.
0 commit comments