JustinChu / JupiterPlot

A Circos-based tool to visualize genome assembly consistency or synteny between assemblies.
GNU General Public License v3.0
68 stars 11 forks source link

Change labels and re-plot #18

Closed gbdias closed 5 years ago

gbdias commented 5 years ago

Hi,

Thanks

JustinChu commented 5 years ago

Hi sorry for the late reply,

You can rerun the pipeline from to the prefix.karyotype stage and edit the file and run the whole pipeline again:

jupiter name=prefix $OPTS prefix.karyotype
sed -i 's/chromosome/chr/g' prefix.karyotype
jupiter name=prefix $OPTS

In this example maybe the labels were chromosome1 and I changed them to chr1. You can also just use a text editor if you want.

Is that what you meant?

gbdias commented 5 years ago

Yes, that does the trick. Thanks for the info!