More posts like this
-
coo2cmap
written by Oleczkaff •I am trying to convert .txt files of my sparse matrix into .cmap format. How should I indicate xlabel of my intrachromosomal matrix in my …
-
convert .txt file to fasta format
written by ravi.eshwari •Hi, I have downloaded .txt files from supplementary data of GEO database . I want to convert these txt format files to fasta format. Can …
-
Maker Genome Annotation - protein isoforms
written by luca •Hi everyone, Just a quick question. I am learning how to annotate genomes using maker ([http://weatherby.genetics.utah.edu/MAKER/wiki/index.php/MAKER_Tutorial_for_WGS_Assembly_and_Annotation_Winter_School_2018][1]). As a test, I downloaded Chromosome 2 of the …
-
How to upload and annotate a .fasta file using myRAST Linux shell commands without a GUI?
written by bioinf_ukraine •How to upload and annotate a .fasta file using myRAST Linux shell commands without a GUI? And is there any myMG-RAST and tutorials how to …
-
How to convert Multiple sequence alignment format (fasta, Mega etc.,) to binary MSA fasta format fo…
written by KumarI need to carryout gene gain and loss analysis of my multiple bacterial genomes in GLOOME server. For which, I need to have binary MSA …
-
How to convert a meta-analysis file from PLINK (.meta) to a .csv or.txt to be read into R?
written by kl •Hi, I'm encountering issues with reading .meta files into R. I am assuming the file needs to be reformatted to a .csv or a .txt. …
-
How to convert a meta-analysis file from PLINK (.meta) to a .csv or.txt to be read into R?
written by kl •Hi, I'm encountering issues with reading .meta files into R. I am assuming the file needs to be reformatted to a .csv or a .txt. …
-
bwa-mem, from .sam/.bam to fasta file
written by ieie •Dear all, I am trying to do read mapping to construct cp genomes using a reference genome and performing the mapping with bwa-mem. I am …
-
Getting genbank annotation file from JGI
written by bioPiraten •Hi All, I would like to extract the genbank or (embl) annotation file from genomes sequenced at JGI, which should serve as input for another …
-
How To Convert Fasta To Gff?
written by Melissa •<p>Hi, I'm trying to do some annotations on a novel genome, how do I convert a fasta file to gff3 file? or must I go …
If you only get a fasta output I'm afraid you cannot have easily a gff file. You should somehow align your fasta sequences against the genome to retrieve the position (and splicing if there is). You could use exonerate or GMAP to accomplish that. But doing that you might loose some details.