YFP reporter lacking exon_number
See original GitHub issueHello,
I seem to have a problem with my genes.gtf input file; ther reporter_YFP is lacking the exon_number feature. Any ideas on how to circumvent the issue?
Below is a snippet of my command, and traceback/error.
Also note, I had to switch to run, instead of run10x, because my cellranger output file was likely an older version, which caused problems.
Thanks.
sudo velocyto run -m mm10_rmsk.gtf e12_outs/possorted_genome_bam.bam genes.gtf
# ...
# 2018-11-01 21:55:25,892 - DEBUG - Parsing Chromosome reporter_YFP strand + [line 1409510]
# Traceback (most recent call last):
# File "/Users/cahanlab/anaconda3/envs/veloEnv/lib/python3.6/site-packages/velocyto/counter.py", line 519, in read_transcriptmodels
# exonno = regex_exonno.search(tags).group(1)
# AttributeError: 'NoneType' object has no attribute 'group'
#
# During handling of the above exception, another exception occurred:
# ...
# File "/Users/cahanlab/anaconda3/envs/veloEnv/lib/python3.6/site-packages/velocyto/counter.py", line 522, in read_transcriptmodels
# raise IOError("The genome annotation .gtf file provided does not contain exon_number. `exon_number` is described as a mandatory field by GENCODE gtf file specification and we rely on it for easier processing")
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
Using YFP as a reporter of gene expression in the green alga ...
The YFP reporter protocol described here has several attractive qualities. ... Samples are assayed for YFP activity without upstream sample ...
Read more >Comparisons of transcript length, exon number and ...
Comparisons of transcript length, exon number and expression levels of ... using HSV-1 reporter strain expressing ICP4-YFP was re-analyzed to obtain the ...
Read more >006148 - R26R-EYFP Strain Details - The Jackson Laboratory
These R26-stop-EYFP mutant mice have a loxP-flanked STOP sequence followed by the Enhanced Yellow Fluorescent Protein gene (EYFP) inserted ...
Read more >Use of Yellow Fluorescent Protein Fluorescence to Track ...
To address these limitations, we developed a rapid reporter for the synthesis of JA based on the OPR3promoter:YFP-PTS1. Yellow fluorescent ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah, had to go into the gtf file & manually add in “exon_number” annotation for the extra genes that we had added into the file at the end.
@jayypaul @cstrlln @Rui-Jing Hi, I’m facing exactly the same problem when running velocyto (.gtf file provided does not contain exon_number.) Do you mind sharing how you managed to circumvent this issue? thanks !