NCBI Fasta-Sapelo2: Difference between revisions

From Research Computing Center Wiki
Jump to navigation Jump to search
(Clarified that NCBI is ending FASTA availability and that we are no longer updating this.)
mNo edit summary
 
Line 8: Line 8:


<pre class="gscript">
<pre class="gscript">
nr,
nr
nt,
nt
pdbaa,
pdbaa
swissprot,
swissprot
</pre>
</pre>



Latest revision as of 15:15, 2 August 2024


As of April, 2024, the NCBI is discontinuing FASTA availability from the BLAST database; the ability to generate FASTA-formatted files from BLAST database files is retained via the blastdbcmd function of BLAST+. etc.

Each fasta is located at the directory with the name pattern of either /db/ncbi/fasta/MMDDYYYY (e.g., /db/ncbi/fasta/09192019) or /db/ncbi/fasta/YYYYMMDD (e.g., /db/ncbi/fasta/20220401, which incidentally, is the last fully deployed version we have).

The following databases are available:

nr
nt
pdbaa
swissprot

Data source: NCBI Fasta FTP

Back to Top