-
Notifications
You must be signed in to change notification settings - Fork 118
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
rsem-gff3-to-gtf Fails on GFF3 file from NCBI #92
Comments
According to $ conda list | grep rsem
rsem 1.3.0 boost1.64_3 bioconda |
Version |
The same happens to me when running:
I tried using the alternative gffread but then rsem finds corrupted the output gtf when trying to create the reference genome:
|
I'm not sure this helps, but I have abandoned trying to convert GFFs to GTFs. Instead I now just use the files provided by ENSEMBL at |
Thanks for your quick reply @winni2k ... I think you are right, it will be for the best to use directly ensembl genome and gtf. I am a little obfuscated with this issue since I wanted to use the latest ncbi Hs reference GRCh38.p12 ( If it helps to someboy RSEM could successfully use the gtf outputed by gffread specifying the flag -C (coding only discard mRNAs that have no CDS features) when transforming the ncbi gff:
|
Alas, the mismatching reference genome is an issue. I did end up switching to the Ensembl reference genome as well for my analyses :/ |
Now It seems that I have made possible to use ncbi gff and reference withoutproblems, It just needed to have the flag --gff3-RNA-patterns mRNA,rRNA This was my command:
I hope it suits you well |
I would like some help understanding why
rsem-gff3-to-gtff
is failing.When I run
then I get the error message
I downloaded the GFF3 file from NCBI at ftp://ftp.ncbi.nlm.nih.gov/genomes/refseq/fungi/Saccharomyces_cerevisiae/latest_assembly_versions/GCF_000146045.2_R64/GCF_000146045.2_R64_genomic.gff.gz
Here is the header of that file:
When I run
Then I get this output:
The text was updated successfully, but these errors were encountered: