Skip to content
Snippets Groups Projects
Commit e6053196 authored by nservant's avatar nservant
Browse files

[BUG] fix binnify bug

parent 50375785
No related branches found
No related tags found
No related merge requests found
......@@ -978,7 +978,7 @@ process compartment_calling {
script:
"""
cooltools genome binnify ${chrsize} ${res} > genome_bins.txt
cooltools genome binnify --all-names ${chrsize} ${res} > genome_bins.txt
cooltools genome gc genome_bins.txt ${fasta} > genome_gc.txt
cooltools call-compartments --contact-type cis -o ${sample}_compartments ${cool}
awk -F"\t" 'NR>1{OFS="\t"; if(\$6==""){\$6=0}; print \$1,\$2,\$3,\$6}' ${sample}_compartments.cis.vecs.tsv | sort -k1,1 -k2,2n > ${sample}_compartments.cis.E1.bedgraph
......
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