How to convert a .tsv annotation file to .gtf?
1
0
Entering edit mode
2.4 years ago
Ashley • 0

I am a first-time poster so I hope I am doing this okay.

I am trying to execute a genome indexing script. The following are my parameters:

--runThreadN 14 \
--runMode genomeGenerate \
--genomeDir /scratch/projects/ag_transcriptomics/transcriptomes \
--genomeFastaFiles /scratch/projects/ag_transcriptomics/transcriptomes/PSTR.fna \
--sjdbGTFfile /scratch/projects/ag_transcriptomics/transcriptomes/INDEX/WHEREMYFILEWOULDBE \
--sjdbOverhang 100 \
--sjdbGTFtagExonParentTranscript Parent

Unfortunately, the database I am accessing only has .tsv annotation files, not .gtf. I need a .gtf to create the index so that I can move on to the alignment step.

So, my question is, is there any way that I can make this .tsv into a .gtf that I can use? For reference, the .tsv is from the following database: http://comparative.reefgenomics.org/datasets.html

Thank you!

gtf transcriptomics tsv • 1.4k views
ADD COMMENT
1
Entering edit mode
2.4 years ago
GenoMax 141k

Unfortunately those "annotation" files appear to be blast search results. There is no information about chromosomal intervals of where the queries are from. If you did have that information available someplace else this would be a major task to convert this information into a GTF file.

If you have the transcriptome available then consider using salmon (LINK) instead of STAR.

ADD COMMENT
0
Entering edit mode

Okay thank you ! I will try that out.

ADD REPLY

Login before adding your answer.

Traffic: 2878 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6