Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change angle of font above contigs #5

Open
svedwards opened this issue Jul 18, 2023 · 3 comments
Open

change angle of font above contigs #5

svedwards opened this issue Jul 18, 2023 · 3 comments

Comments

@svedwards
Copy link

Hello -

Great program! I am enjoying using it. Would it be possible to put in an option that allows you to change the angle of
the text above each contig? As you can see from the attached example, it is hard to determine the names of the contigs at the top. if I could change the angle to 90 degrees, it would be easy to read them. Thanks for considering this update.

Scott

AI_1603_79174_hap1_core_scaffs_to_AW_REF_ch3_rev4

@hewm2008
Copy link
Owner

hewm2008 commented Jul 19, 2023

Yes,This function already had.

We have provided relevant parameters that can be modified this.
first available at SetParaFor = GenomeX following :
ChrNameShow ChrNameShiftX ChrNameShiftY ChrNameSizeRatio ChrNameColor ChrNameRotate

SetParaFor = Genome1
ChrNameRotate =-90     # angle to 90 degrees
ChrNameShiftY=-10
ChrNameSizeRatio=0.95

Second, in the chr.len file, you can
To move different positions for different chr, use the following two parameters:

chr1  1  100000     ChrNameShiftX=10   ChrNameShiftY=-10
chr2  1  150000     ChrNameShiftX=5   ChrNameShiftY=-20
...

@webbchen
Copy link

Can the names of features (genes, etc.) supplied in bed or gff files be modified in the same manner?
What are the parameters for this?

@hewm2008
Copy link
Owner

It seems that this function is not yet available in bed. We will update this function in the next version.
I suggest you use ai adobe illustrator software to modify it first.
best wishes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants