load fasta and gff3 file into mysql
0
0
Entering edit mode
2.5 years ago
82101202089 ▴ 10

Recently, I needed to make a database --MySQL.

I need to import the FASTA file and annotation file for the reference genome into the database.

But I can't find a good way. I hope I can give you some suggestions. Thank you

mysql • 603 views
ADD COMMENT
0
Entering edit mode

load fasta and gff3 file into mysql

what's your aim with such database ? because a simple LOAD local DATA INFILE "the.gff" INTO TABLE gff COLUMNS TERMINATED BY '\t' IGNORE 1345 LINES would work?

ADD REPLY

Login before adding your answer.

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