You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to change the display of the tracks by using the functions assembly(), track_feature(), track_alignments(), default_session(), or at least a config file?
For example, by default we have the genome in forward and reverse, and the corresponding translation in 3 frames, is there an easy way to reduce this ?
Thank you in advance for your answer !
Best,
Marc G.
The text was updated successfully, but these errors were encountered:
This is my solution to disable reverse sequence and translation for genome (assembly) track.
I wrote a function "mydefault_session()" that replace default_session by adding the showXX to the display section.
This new function is then used this way :
set up the default session for the browser using the new function
Hello,
Thank you for this nice tool.
Is there a way to change the display of the tracks by using the functions assembly(), track_feature(), track_alignments(), default_session(), or at least a config file?
For example, by default we have the genome in forward and reverse, and the corresponding translation in 3 frames, is there an easy way to reduce this ?
Thank you in advance for your answer !
Best,
Marc G.
The text was updated successfully, but these errors were encountered: