Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

_corrected.gtf file without transcript line #64

Open
yemao701 opened this issue Apr 10, 2020 · 4 comments
Open

_corrected.gtf file without transcript line #64

yemao701 opened this issue Apr 10, 2020 · 4 comments

Comments

@yemao701
Copy link

I'm running SQANTI_qc2.py (version 7.3.2, the version of cDNA_Cupcake is 11.0.0, python 3.7.4),with this Parameters:

20200410150536

All the steps were OK until I got this message:
error

I check my reference GFF file but it is OK:
reference gff

So I check *_corrected.gtf and found that the file has no transcript line. I don't think it's normal:
QQ截图20200410141721
Did I do something wrong?

BTW:
This is the file that generated by SQANTI2 before error:
file

@Magdoll
Copy link
Owner

Magdoll commented Apr 24, 2020

@yemao701 ,

Not sure if you fixed it yet, but yeah, something is weird if the input fasta after it got turned into GTF.
It's supposed to have one line of "transcript" followed by records for "exons".

-Liz

@AminMahpour
Copy link

AminMahpour commented Apr 25, 2020

I can replicate this issue as well. Maybe there is a problem with the GTF handling library?

EDIT:
I have narrowed down the issue to the "gffread" command where it cannot create the "transcript" lines.

@Magdoll
Copy link
Owner

Magdoll commented May 10, 2020

hi @AminMahpour ,
It may be the gffread version you have?
this is my version

$ gffread --version
0.11.4

@AminMahpour
Copy link

I’m using the Anaconda-based one, which is 0.11.7.
GFFREAD does not seem to have a valid —version argument.

Amin

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants