You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
transcripts = am.relevant_transcripts(var_g)
psycopg2.errors.UndefinedTable: relation "current_valid_mapped_transcript_spans_mv" does not exist
LINE 3: from current_valid_mapped_transcript_spans_mv
The text was updated successfully, but these errors were encountered:
mashok-acog
changed the title
AssemblyMapper throws an error
am = vvhgvs.assemblymapper.AssemblyMapper(hdp, assembly_name='GRCh37', alt_aln_method='splign', replace_reference=True) # identify transcripts that overlap this genomic variant >>> transcripts = am.relevant_transcripts(var_g)
Oct 6, 2022
mashok-acog
changed the title
am = vvhgvs.assemblymapper.AssemblyMapper(hdp, assembly_name='GRCh37', alt_aln_method='splign', replace_reference=True) # identify transcripts that overlap this genomic variant >>> transcripts = am.relevant_transcripts(var_g)
am = vvhgvs.assemblymapper.AssemblyMapper(hdp, assembly_name='GRCh37', alt_aln_method='splign', replace_reference=True) \n transcripts = am.relevant_transcripts(var_g)
Oct 6, 2022
mashok-acog
changed the title
am = vvhgvs.assemblymapper.AssemblyMapper(hdp, assembly_name='GRCh37', alt_aln_method='splign', replace_reference=True) \n transcripts = am.relevant_transcripts(var_g)
am = vvhgvs.assemblymapper.AssemblyMapper(hdp, assembly_name='GRCh37', alt_aln_method='splign', replace_reference=True) transcripts = am.relevant_transcripts(var_g)
Oct 6, 2022
@John-F-Wagstaff , Thanx for the response, I made the changes you suggested and it is working like a charm. Made VariantValidator point to VVTA Database and executed the script. It works !
transcripts = am.relevant_transcripts(var_g)
psycopg2.errors.UndefinedTable: relation "current_valid_mapped_transcript_spans_mv" does not exist
LINE 3: from current_valid_mapped_transcript_spans_mv
The text was updated successfully, but these errors were encountered: