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

Multiple coordinates for a transcript #34

Open
Gerde opened this issue Oct 19, 2020 · 0 comments
Open

Multiple coordinates for a transcript #34

Gerde opened this issue Oct 19, 2020 · 0 comments
Assignees
Labels

Comments

@Gerde
Copy link

Gerde commented Oct 19, 2020

Hi,
I found multiple coordinates for a transcript in hg19.sv.table.txt, such as NM_001037501, and it will cause an error in processData() function within AnnotationForKinaseDomain.py, like this:

  File "/bin/iAnnotateSV.py", line 352, in <module>
    main()
  File "/bin/iAnnotateSV.py", line 223, in main
    annDF = processSV(svDF, NewRefDF, args)
  File "/bin/iAnnotateSV.py", line 320, in processSV
    args.allCanonicalTranscriptsPath, args.uniprot, args.verbose)
  File "/usr/local/soft/iAnnotateSV/iAnnotateSV/AnnotationForKinaseDomain.py", line 107, in run
    chr1, pos1, gene1, egene1, egene2, transcript1, refDF, upDF)
  File "/usr/local/soft/iAnnotateSV/iAnnotateSV/AnnotationForKinaseDomain.py", line 173, in getKinaseInfo
    (domainIdx, maxLen, minLen) = processData(chrom, transcript, refDF, upDF)
  File "/usr/local/soft/iAnnotateSV/iAnnotateSV/AnnotationForKinaseDomain.py", line 131, in processData
    transcriptIdx, = (transcripts[transcripts['chrom'] == chrom].index)
ValueError: too many values to unpack

Could I keep only one coordinates manually ?

Best,
Gerde

@rhshah rhshah self-assigned this May 11, 2021
@rhshah rhshah added the bug label May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants