Reformat fasta header
0
0
Entering edit mode
7.9 years ago
weissert • 0

Hi,

I have trouble to reformat my current fasta file header. This is the header it need to be like:

>tRNA_name predicted_anti-codon_positions

This is my current header:

>chrA01_622419_622487_+_Sup_TTA_28.44
>chrA01_2528533_2528604_+_His_GTG_63.70

This is the fileformat I could extract the anti codon position from:

chrA01.trna1 (622419-622487)    Length: 69 bp
Type: Sup   Anticodon: TTA at 33-35 (622451-622453) Score: 28.44
Possible pseudogene:  HMM Sc=-4.46  Sec struct Sc=32.90
         *    |    *    |    *    |    *    |    *    |    *    |    *   
Seq: AGATCTGTAaGCTCAAaaTGGTAGAGCTCTCGTTATGAGAGTtTGGTGGTTCGAATCCACCCAGATCTG
Str: >>>>>>>...>>>>.........<<<<.>>>.....<<<.....>>>>>.......<<<<<<<<<<<<.

chrA01.trna2 (2528533-2528604)  Length: 72 bp
Type: His   Anticodon: GTG at 34-36 (2528566-2528568)   Score: 63.70
         *    |    *    |    *    |    *    |    *    |    *    |    *    | 
Seq: GTGGCTGTAGTTTAGTGGTgAGAATTCCACGTTGTGGCCGTGGAGACCTGGGCTCGAATCCCAGCAGCCACA
Str: >>>>>>>..>>>>........<<<<.>>>>>.......<<<<<....>>>>>.......<<<<<<<<<<<<.

Any suggestions on how to solve this issue? Christian

sequence gene • 1.7k views
ADD COMMENT
0
Entering edit mode

Hello,

I am having trouble identifying which are the fields you need to extract. This is your current header:

chrA01_2528533_2528604_+_His_GTG_63.70

and you want it to be like this:

tRNA_name \t predicted_anti-codon_positions

Is the "chrA01" the tRNA name? and "2528533_2528604" the positions in the sequence? If so, is this what you want?:

chrA01 \t 2528533_2528604

Or am I wrong? I am unsure if I understood right

ADD REPLY
0
Entering edit mode

This is not an answer, it is a request for clarification. It belongs in a comment. I'm moving it to one now.

ADD REPLY
0
Entering edit mode

(Ups, sorry an thank you, I am new to this)

ADD REPLY
0
Entering edit mode

No worries. Take a look at these posts to get an idea of how stuff works here: https://www.biostars.org/t/how-to/

ADD REPLY
0
Entering edit mode

The original description is unclear and badly formatted. My guess is @weissert wants the headers to look like this:

> sup \t (assume that would be just a tab) 22419-622487
> his \t (assume that would be just a tab) 2528533-2528604
ADD REPLY
0
Entering edit mode

To clarify my question. I have two files one is in fasta format the other one is the cove output of tRNAscanSE, indicating the secodnary structure of my tRNA and the position of the Anticodon.

I want my header like this:

>Sup_TTA(Anticodon)  33-35(Anticodon positiion)
>His_GTG 34-36
ADD REPLY

Login before adding your answer.

Traffic: 1940 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