Skip to content

Commit

Permalink
cleanup from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed May 9, 2023
1 parent d9fdec2 commit 2513982
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 323 deletions.
316 changes: 0 additions & 316 deletions packages/core/BaseFeatureWidget/SequenceFeatureDetails.tsx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { useEffect, useState } from 'react'

import { SeqState, ErrorState } from '../util'
import { Feature, SimpleFeatureSerialized, getSession } from '../../util'
import { getConf } from '../../configuration'

const BPLIMIT = 500_000

Expand Down Expand Up @@ -34,7 +33,7 @@ export function useFeatureSequence(
}
const sessionId = 'getSequence'
const feats = await rpcManager.call(sessionId, 'CoreGetFeatures', {
adapterConfig: getConf(assembly, ['sequence', 'adapter']),
adapterConfig: assembly.getConf(['sequence', 'adapter']),
sessionId,
regions: [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/core/assemblyManager/assemblyManager.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { addDisposer, cast, getParent, types, Instance } from 'mobx-state-tree'
import { when } from '../util'
import { reaction } from 'mobx'
import { readConfObject, AnyConfigurationModel } from '../configuration'
import { readConfObject } from '../configuration'
import assemblyFactory, { Assembly } from './assembly'
import PluginManager from '../PluginManager'
import RpcManager from '../rpc/RpcManager'
Expand Down
7 changes: 3 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1733,10 +1733,9 @@
generic-filehandle "^3.0.0"
long "^4.0.0"

"@gmod/ucsc-hub@^0.1.6":
version "0.1.7"
resolved "https://registry.yarnpkg.com/@gmod/ucsc-hub/-/ucsc-hub-0.1.7.tgz#ea8d0c1978fc8bbd1ab63061e8105beb3d1509f1"
integrity sha512-FHCgRLOYn5wjCGVDkGnW0wda7UAIFqVrKE5+0lh1EpUOu/UM1kfaidsJnha4Jc9V0+KCevSl4haVv0ZaMWqw2w==
"@gmod/ucsc-hub@link:../ucsc-hub-js":
version "0.0.0"
uid ""

"@gmod/vcf@^5.0.9":
version "5.0.10"
Expand Down

0 comments on commit 2513982

Please sign in to comment.