GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
blt extract-seq(1) FreeBSD General Commands Manual blt extract-seq(1)

blt extract-seq file.gff3 file.fasta feature-type \

search-key [search-key ...] | --name-list file.txt | --id-list file.txt

blt extract-seq searches a GFF3 file for a feature of feature-type (e.g. gene, CDS, exon) and a substring of the attributes field. If found, extracts the sequence for that feature and all subfeatures from the corresponding FASTA file and prints the sequences to the standard output in FASTA format using part of the GFF data as the description line.

Search-key is any exact substring of the attributes column in the GFF, without regard for upper/lower case. To match a gene name exactly, include ';' in the search key. e.g. View your GFF file with "more file.gff3" to get ideas for search-key.

It is the user's responsibility to ensure that the GFF and FASTA files are compatible. They should be from the same source (NCBI, Ensemble, etc) and the same genome build and release.

blt extract-seq Danio_rerio.GRCz11.104.gff3 \

Danio_rerio.GRCz11.dna.primary_assembly.fa gene jun

blt(1)

J. Bacon

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.