NCBI Fasta-Sapelo2: Difference between revisions

From Research Computing Center Wiki
Jump to navigation Jump to search
(add new databases)
(Clarified that NCBI is ending FASTA availability and that we are no longer updating this.)
Line 1: Line 1:
[[Category:Sapelo2]][[Category:Software]][[Category:Bioinformatics]][[Category:Bioinformatics Database]]     
[[Category:Sapelo2]][[Category:Software]][[Category:Bioinformatics]][[Category:Bioinformatics Database]]     


These fasta are updated at every first business day of the month.  
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 /db/ncbi/fasta/month-date-year,. For example, a database downloaded on May 1, 2017 would be located at /db/ncbi/fasta/05012017
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:
The following databases are available:


<pre class="gscript">
<pre class="gscript">
est_human,
est_mouse,
est_others,
est_nr,
est_nt,
nr,
nr,
nt,
nt,
htgs,
pdbaa,
gss,
swissprot,
human_genomic
</pre>
</pre>



Revision as of 15:05, 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