rbuels on rest_data_adapters
basic rest adapter functionalit… (compare)
cmdcolin on include_target_blank
Include target blank in output … (compare)
cmdcolin on include_target_blank
Include target blank in output … (compare)
cmdcolin on main
Add some test delays to avoid f… Additional delay for sequence t… (compare)
cmdcolin on adamjohnwright-add-fasta-header
Fix config slot name (compare)
cmdcolin on adamjohnwright-add-fasta-header
adding headers for both bgzip a… taking async process of fetchin… Adding FASTA header location to… and 10 more (compare)
cmdcolin on weird_output
https://cyber.gc.ca/en/alerts/active-exploitation-apache-log4j-vulnerability
OICR is issuing an IT alert for this ;; an updating list of affected software found here https://gist.github.com/SwitHak/b66db3a06c2955a9cb71a8718970c592
.views(self => {
const { renderProps: superRenderProps } = self
const filterMenu = {
label: 'Filter By Attributes',
icon: FilterListIcon,
onClick: () => {
const session = getSession(self)
const track = getContainingTrack(self) as IAnyStateTreeNode & { configuration: AnyConfigurationModel }
const widgetId = 'Variant-' + getConf(track, 'trackId');
const filterWidget = session.addWidget(
'InfoFilterWidget',
widgetId,
{ track: track.configuration }
)
session.showWidget(filterWidget)
}
}