Release v2.12.0
#4460
Replies: 4 comments 4 replies
-
Suddenly getting "ReferenceError Buffer is not defined" errors across multiple jbrowse2 instances on different dockers. I embed the jbrowse using the technique described at https://jbrowse.org/jb2/docs/tutorials/embed_linear_genome_view/02_simple_site/. Would the new release create this issue? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Ah thank goodness. I thought I was going mad as it all just started working ok again. There are no errors now.
Thanks!
Linda
From: Colin Diesh ***@***.***>
Sent: Friday, June 21, 2024 12:31 PM
To: GMOD/jbrowse-components ***@***.***>
Cc: Linda Milne ***@***.***>; Comment ***@***.***>
Subject: Re: [GMOD/jbrowse-components] Release v2.12.0 (Discussion #4460)
[ External email ]
Do not click links or open attachments unless you recognise the sender and know the content is safe
Hi there, I just created a new release of v2.12.2 which I think should have fixed the issue. this was also reported here #4461<#4461>
can you try out the latest and attach the "stack trace" if there is one?
—
Reply to this email directly, view it on GitHub<#4460 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AH7PBHY3KMGW7PPPAAL62SLZIQFHHAVCNFSM6AAAAABJUKA72OVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQMZZGAYDG>.
You are receiving this because you commented.Message ID: ***@***.***>
The James Hutton Institute is a Scottish charitable company limited by guarantee.
Registered in Scotland No. SC374831
Registered Office: The James Hutton Institute, Invergowrie, Dundee DD2 5DA.
Charity No. SC041796
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Can I get some help with how to control the color of feature types in the linear track in jbrowse2? I’m not sure where to ask this question as it isn’t an “issue” as such.
Linda
From: Colin Diesh ***@***.***>
Sent: Friday, June 21, 2024 12:35 PM
To: GMOD/jbrowse-components ***@***.***>
Cc: Linda Milne ***@***.***>; Comment ***@***.***>
Subject: Re: [GMOD/jbrowse-components] Release v2.12.0 (Discussion #4460)
[ External email ]
Do not click links or open attachments unless you recognise the sender and know the content is safe
awesome :) glad that works
—
Reply to this email directly, view it on GitHub<#4460 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AH7PBH35ZBIFPLIFDEM374DZIQFVNAVCNFSM6AAAAABJUKA72OVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQMZZGAZDM>.
You are receiving this because you commented.Message ID: ***@***.***>
The James Hutton Institute is a Scottish charitable company limited by guarantee.
Registered in Scotland No. SC374831
Registered Office: The James Hutton Institute, Invergowrie, Dundee DD2 5DA.
Charity No. SC041796
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I can’t get it to work in the embedded version. I can get it to work directly in the jbrowse web though.
From: Colin Diesh ***@***.***>
Sent: Tuesday, June 25, 2024 7:00 PM
To: GMOD/jbrowse-components ***@***.***>
Cc: Linda Milne ***@***.***>; Comment ***@***.***>
Subject: Re: [GMOD/jbrowse-components] Release v2.12.0 (Discussion #4460)
[ External email ]
Do not click links or open attachments unless you recognise the sender and know the content is safe
sure thing. you can make new discussion threads here, and it is fine :) https://github.com/GMOD/jbrowse-components/discussions
i'll just list the basic idea here, changing color is unfortunately not the easiest operation right now, as it's a somewhat "nested config", but the below shows how to do it
{
"type": "FeatureTrack",
"trackId": "mytrack",
"name": "mytrack",
"assemblyNames": [ "yourasm" ],
"adapter": { ... e.g. Gff3TabixAdapter config here... },
"displays": [
{
"type": "LinearBasicDisplay",
"displayId": "mytrack-LinearBasicDisplay",
"renderer": {
"type": "SvgFeatureRenderer",
"color1": "blue"
}
}
]
}
—
Reply to this email directly, view it on GitHub<#4460 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AH7PBHZKZYVWO7B3X7ABNL3ZJGV33AVCNFSM6AAAAABJUKA72OVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQNZUGUYDQ>.
You are receiving this because you commented.Message ID: ***@***.***>
The James Hutton Institute is a Scottish charitable company limited by guarantee.
Registered in Scotland No. SC374831
Registered Office: The James Hutton Institute, Invergowrie, Dundee DD2 5DA.
Charity No. SC041796
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release includes
Before and after showing the aggregation of transcripts on a bigGenePred type track
Example of the coordinates display on the feature sequence with the dialog
🚀 Enhancement
core
Region[]
into atypes.frozen<IRegion[]>
(@cmdcolin)app-core
core
,product-core
🐛 Bug Fix
core
🏠 Internal
Committers: 2
This discussion was created from the release Release v2.12.0.
Beta Was this translation helpful? Give feedback.
All reactions