Skip to content

Commit

Permalink
Update plugins/linear-genome-view/src/LinearGenomeView/components/Seq…
Browse files Browse the repository at this point in the history
…uenceDialog.tsx

Co-authored-by: Garrett Stevens <stevens.garrett.j@gmail.com>
  • Loading branch information
cmdcolin and garrettjstevens authored Apr 5, 2021
1 parent 7975c87 commit 0e33521
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function fetchSequence(

if (leftOffset.assemblyName !== rightOffset.assemblyName) {
throw new Error(
'not able to fetch from multiple assemblies at once currently',
'not able to fetch sequences from multiple assemblies',
)
}
const { rpcManager, assemblyManager } = session
Expand Down

0 comments on commit 0e33521

Please sign in to comment.