Parsing Multirecord Genebank File
Hi,
I have a multi-record genbank file from which I will like to extract just the sequence (plus id) from each record. Does anyoone know where I might be able to find a script to do this?
Thanks
bioperl
biopython
perl
r
• 268 views
•
link
written
by
robjohn7000
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Retrieve all annotated features in a GenBank record
written by al-ashIs edirect supporting retrieval of all annotated features from a record? Example: I can retrieve all features annotated as "gene" in GenBank record of a …
-
How to extract certain CDS from a GenBank file in linux terminal
written by Anisur Rahman •Hi, I have a large GenBank file that contains multiple records. I got this file after performing BLAST against my query sequence. This .gb file …
-
How can I find the same record in two file? Use python
written by changhaiduan •I have two file, named *.gb and *.txt , I want to find the same record between the two files, here is the script I …
-
Glimmer 3 multi-extract input problem
written by thepunkoklos •The thing is I have a multi FASTA file and I was hoping to extract the gene coding regions with Glimmer multi-extract. I have already …
-
Parsing Vcf Files For Snps/Indels And Comparing Extracted Varaints Among Bacteria Spp.
written by robjohn7000<p>Hi,</p> <p>I have many VCF files (each for different bacteria spp.) for SNPs/INDELs that I just want to extract SNPs/INDELs from. Then I will like …
-
Bioperl: Extracting Complement Statement Along With Location
written by robjohn7000<p>Hi,</p> <p>I have a code bioperl (below) that does the job of extracting CDS locations (e.g., (234..1234) from a GenBank file, but does not extract …
-
Parsing A Genbank Record With Bioperl
written by robjohn7000<p>Hi,</p> <p>I would be happy if someone could help me get the following code to output the sequences (including the ids) of all records in …
-
Parsing A Multi-Record Genbank File
written by robjohn7000<p>Hi,</p> <p>I tried parsing a multi-record genbank file (from this site: <a href='http://biopython.org/DIST/docs/tutorial/examples/ls_orchid.gbk'>http://biopython.org/DIST/docs/tutorial/examples/ls_orchid.gbk</a>) using the code below. </p> <p>The code returned an error: </p> <pre><code>readline() …
-
Salmonella Annotation For Rna-Seq Analysis
written by robjohn7000<p>Hi,</p> <p>Does anyone know where I can find annotation for Salmonella enterica SL13144 (required for mapping RNA-Seq reads)? I have looked for a GFF (ensembl) …
-
Retrieve Genbanks From Taxid
written by JJK •<p>I know the manual way of doing it but is there an automated way of retrieving all genbank files of all species belonging to a …
Have you looked at the biopython tutorial, specifically section 2.4.2? That should get you almost everything you need.
Seems to be a duplicate of a later, longer question; deleting.