Hi, I want to convert my text file to a GTF, GFF3 or BED file. My file is organized like that. This is a list of operons downloaded from RegulonDB, but I need to convert it in one of this format in order to visualize them in IGV.
Column Names: 1) OPERON_ID 2) OPERON_NAME 3) FIRSTGENEPOSLEFT 4) LASTGENEPOSRIGHT 5) REGULATIONPOSLEFT 6) REGULATIONPOSRIGHT 7) OPERON_STRAND 8) KEY_ID_ORG
ECK120007527 ycaM 946452 947882 946159 947882 forward ECK12 ECK120014360 astCADBE 1823979 1830006 1823979 1830351 reverse ECK12 ECK120014361 pyrH 191855 192580 191718 192580 forward ECK12 ECK120014362 nrdHIEF 2798745 2802483 2798457 2802483 forward ECK12 ECK120014363 cpxP 4103843 4104343 4103749 4104402 forward ECK12
I do not know if there is a way to directly convert my file in one of these formats. Otherwise , what is the command to get the correct columns ? Thank you.
What is the delimiter used for the columns in your file (e.g. tab, space)? It is hard to decipher that from the post above.