asntech / intervene

Intervene: a tool for intersection and visualization of multiple genomic region and gene sets
http://intervene.rtfd.io/
Other
132 stars 28 forks source link

how to order the files in pairwise heatmap #22

Closed clouds-drift closed 3 years ago

clouds-drift commented 5 years ago

intervene pairwise -i a.bed c.bed b.bed --output outdir --compute jaccard --sort --htype color --names a,c,b

By using command as above, I want my sample ordered as "a,c,b". But it automatically order them as "a,b,c". How can I set the order of my file?

Thanks!