NCBI Fasta-Sapelo2: Difference between revisions

From Research Computing Center Wiki
Jump to navigation Jump to search
(add new databases)
mNo edit summary
 
(One intermediate revision by the same user not shown)
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,
nr
est_mouse,
nt
est_others,
pdbaa
est_nr,
swissprot
est_nt,
nr,
nt,
htgs,
gss,
human_genomic
</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