Skip to content

Commit

Permalink
Update eigscis.nf
Browse files Browse the repository at this point in the history
include `--phasing-track` option to provide faithful classification of A/B compartments
  • Loading branch information
ChristopherBarrington authored Oct 17, 2023
1 parent 971effb commit a977bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/cooltools/eigscis.nf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ process COOLTOOLS_EIGSCIS {
"""
cooltools genome binnify --all-names ${chrsize} ${resolution} > genome_bins.txt
cooltools genome gc genome_bins.txt ${fasta} > genome_gc.txt
cooltools eigs-cis ${args} -o ${prefix}_compartments ${cool}
cooltools eigs-cis ${args} --phasing-track genome_gc.txt -o ${prefix}_compartments ${cool}
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit a977bc9

Please sign in to comment.