Entering edit mode
2.3 years ago
Mustafa
•
0
I have Fasta fie with 5555 bp. I wanted to extract a small region from 501 to 1532 and run blastn. What should be the code in Seqtk to go about it?
Check
seqtk subseq. You will need to provide the region you are interested in as BED file. You may also want to usesamtools faidx your.fa fasta_header:501-1532.THanks i will try thiss !