Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Cannot read property '0' of undefined #11

Open
murphycj opened this issue Aug 18, 2020 · 0 comments
Open

TypeError: Cannot read property '0' of undefined #11

murphycj opened this issue Aug 18, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@murphycj
Copy link
Owner

File library/features/FusionTranscript.js line 340 col 36 in FusionTranscript.fetchCds
if (this.gene2Junction < cds[0][0]) {
File library/features/FusionTranscript.js line 128 col 12 in FusionTranscript.predict
this.fetchCds();
File library/features/FusionTranscript.js line 87 col 12 in FusionTranscript
this.predict();
File library/features/Fusion.js line 23 col 26 in Fusion
var transcript = new FusionTranscript(
File library/utils/ProcessQuery.js line 28 col 24 in ProcessQuery.createFusions
var fusion = new Fusion(
File components/DataForm.jsx line 375 col 25 in _onSubmit
var fusions = query.createFusions([{
File https://www.agfusion.app/static/js/2.ec10b8fc.chunk.js  line 2 col 596981 in u
File https://www.agfusion.app/static/js/2.ec10b8fc.chunk.js  line 2 col 596734 in Generator._invoke
File https://www.agfusion.app/static/js/2.ec10b8fc.chunk.js  line 2 col 597340 in Generator.next
File https://www.agfusion.app/static/js/2.ec10b8fc.chunk.js  line 2 col 19879 in r
File https://www.agfusion.app/static/js/2.ec10b8fc.chunk.js  line 2 col 20082 in s
File https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.34/browser-polyfill.min.js  line 2 col 4722 in c
File https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.34/browser-polyfill.min.js  line 2 col 4839 in [anonymous]
File https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.34/browser-polyfill.min.js  line 1 col 14553 in MutationObserver.h
@murphycj murphycj added the bug Something isn't working label Aug 18, 2020
@murphycj murphycj self-assigned this Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant