We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to add multiple colored bands to a basemap.xml without success. It should be supported as described here.
I did this:
<chromosome index="1" length="30000000" number="1"> <band index="1"> <start>0</start> <end>14000000</end> <color>0xFFFFFF</color> </band> <band index="2"> <start>15000000</start> <end>30000000</end> <color>0xFFFF00</color> </band> </chromosome>
and expected to see something like this:
But no colored bands were shown. I also noticed that band elements can in fact be omitted if we want to draw plain white chromosomes:
band
<genome> <chromosome index="1" length="30427671" number="1" /> <chromosome index="2" length="19698289" number="2" /> </genome>
My conclusion: Looks as if the band information is ignored or overwritten somehow.
The text was updated successfully, but these errors were encountered:
Likely, it's best to do this after the overall refactoring described in Rothamsted/knetminer#366, happening in the 202204_upgrades branch.
202204_upgrades
Sorry, something went wrong.
Related to Rothamsted/knetminer#677
#15 Added bands functionality to drawGeneLines function
11ee5a1
marco-brandizi
Arnedeklerk
lawal-olaotan
No branches or pull requests
I tried to add multiple colored bands to a basemap.xml without success. It should be supported as described here.
I did this:
and expected to see something like this:
But no colored bands were shown. I also noticed that
band
elements can in fact be omitted if we want to draw plain white chromosomes:My conclusion: Looks as if the band information is ignored or overwritten somehow.
The text was updated successfully, but these errors were encountered: