BLAST tutorial
Help 9 / 10
Exercises

Extract FASTA records

The file ids.txt contains a column of IDs identified as interesting in some way.

cat ids.txt

Use blastdbcmd to extract just those sequence records from the orf_trans database as a FASTA file named ids.fasta. Again, browsing the BLAST+ manual and the output of blastdbcmd -help will be useful.

Exercise Criteria:
0 / 2
  • File ids.fasta exists
  • File ids.fasta contains the FASTA sequences of sequences with IDs stored in ids.txt.
Loading...