當前位置:首頁 » 文件傳輸 » ncbiftp
擴展閱讀
webinf下怎麼引入js 2023-08-31 21:54:13
堡壘機怎麼打開web 2023-08-31 21:54:11

ncbiftp

發布時間: 2022-03-06 02:28:18

Ⅰ ftp 如何進行整個文件夾的下載

Linux系統的話可以試試這個:rsync
---links --recursive --times --verbose rsync://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/917/880 ./
可以下載的話,把ftp.ncbi.nlm.nih.gov/genomes/all/GCF/917/880 換成目標你要下載文件夾的路徑就行
PS:上面是一條命令,是網路知道自動轉2行的

Ⅱ 怎樣用NCBI的FTP下載某物種的EST序列

ncbi ftp站點只有三個資料庫 est_humanfasta,est_mouse.fasta,est_others.fasta.想獲得某一物種的est庫 可以到ncbi taxonomy主頁輸入物種名 頁面有上角 就會出現該物種的詳細信息,裡面有EST記錄 如果記錄數目較大點擊即可獲得該物種的EST庫

另外還可以從最近日期的blast資料庫中est_others.fasta中用grep命令提取特定物種的est

Ⅲ wget如何下載一個NCBI網站目錄下的全部文件,

wget -r -c -nH ftp://ftp.ncbi.nih.gov/pub/geo/DATA/supplementary/series/GSE10145/

在-nH後加--cut-dirs=3 (ftp地址後的目錄層數)就ok了!

Ⅳ 使用filezilla連接NCBI FTP伺服器失敗,求助

你好,ftp出現不能下載上傳或者連接不上或者讀取列表失敗的情況,多半跟本地網路或者使用不同的ftp軟體差異有關系,你可以嘗試以下幾種方法解決。1,更換ftp軟體的連接模式,一般有被動模式和主動模式,更換一下試試。2,更換一下軟體,建議用Fl...

Ⅳ 如何在ncbi的genebank下載人來基因組序列

這三種版本的序列釋放的時間不一樣,另外,是由不同的組織公布的。
GRCh37.p2這個版本的是由Genome Reference Consortium與2010年7月公布的,
HuRef這個版本是由 J Craig Venter Institute 於2007年5月公布的,
Celera這個版本的是由Celera公司與2001年11月公布的,
這三個版本序列有差異,但是都是人類一號染色體的基因序列,都是可以參考的,GRCh37.p2這個版本的最新,也許最詳細。

Each file is named according to the abbreviation for the species,
whether the assembly is the reference assembly (_ref_) or an alternate
assembly (_alt_), the assembly name, and either the chromosome label
or the scaffold group (unlocalized, unplaced, or alts). 每個文件的命名參考以下:物種的簡寫;_ref_代表參考組裝序列或_alt_代表備選組裝序列;組裝序列名稱;以及染色體序號或框架群(unlocalized, unplaced, or alts).

Ⅵ NCBI 的FTP速度太慢,可能是服務端限制了速度,如何加速

這個軟體有可能會幫助你 http://download.csdn.net/down/1103876/gtyi999 一般情況 只要管理員 才會 有 開放埠的許可權。一個伺服器如果系統防禦與防火牆都很好,用那些FTP的 加速軟體是根本不起效果的 不防向管理員申請埠帶寬。

Ⅶ 怎麼把 ftp 文件中的全部內容下載下來,我用的是ncbi。求幫助a

試試愛米雲共享網盤,快捷方式和隱藏文件這樣的都能下載。比ftp簡單好用的多,空間自己可以設定的。不用像ftp還得專門搭建伺服器,一鍵安裝就能用了,操作特別簡單。可以批量管理成員和許可權、數據自動備份、數據去重、給單個或多個用戶共享,版本控制挺多功能的。

Ⅷ 怎麼從從ncbi的ftp上下了windows的本地blast

This document describes the "BLAST" databases available on the NCBI
FTP site under the /blast/db directory. The direct URL is:
ftp://ftp.ncbi.nih.gov/blast/db 本地BLAST資料庫下載地址
1. General Introction
NCBI BLAST home pages (http://www.ncbi.nih.gov/BLAST/) use a standard
set of BLAST databases for Nucleotide, Protein, and Translated BLAST
searches. These databases are made available in the /blast/db directory as
compressed archives (ftp://ftp.ncbi.nih.gov/blast/db/) in pre-formatted
format.這些資料庫是已經預先進行過makeblastdb命令的,下載後可以直接使用
The FASTA databases reside under the /blast/db/FASTA directory.
The pre-formatted databases offer the following advantages:
* The pre-formatted databases are smaller in size and therefore are
faster to download;
* Sequences in FASTA format can be generated from the pre-formatted
databases by the fastacmd utility; 可以從這些資料庫文件中導出FASTA文件
* A convenient script (update_blastdb.pl) is available to download
the pre-formatted databases from the NCBI ftp site; 可用該腳本升級資料庫
* Pre-formatting removes the need to run formatdb; 無需再運行建庫命令行
* Taxonomy ids are available for each database entry.
Pre-formatted databases must be downloaded using the update_blastdb.pl
script or via FTP in binary mode. Documentation for the update_blastdb.pl
script can be obtained by running the script without any arguments (perl is
required). 下載資料庫時,需要用到perl腳本update_blastdb.pl,或使用FTP下載工具
The compressed files downloaded must be inflated with gzip or other decompress
tools. The BLAST database files can then be extracted out of the resulting
tar file using tar program on Unix/Linux or WinZip and StuffIt Expander
on Windows and Macintosh platforms, respectively.下載的資料庫為壓縮包,要解壓縮
Large databases are formatted in multiple 1 Gigabytes volumes, which
are named using the database.##.tar.gz convention. All relevant volumes
are required. An alias file is provided so that the database can be called
using the alias name without the extension (.nal or .pal). For example,
to call est database, simply use "-d est" option in the commandline
(without the quotes). 大的資料庫通常分為多個壓縮包,例如nr庫有11個壓縮包。所有的相關壓縮包
都要下載,解壓。解壓縮會生成對應的庫文件,同時生成一個nr.pal文件。檢索nr庫時輸入-d nr 即可。
Certain databases are subsets of a larger parental database. For those
databases, alias and mask files, rather than actual databases, are provided.
The mask file needs the parent database to function properly. The parent
databases should be generated on the same day as the mask file. For
example, to use swissprot pre-formatted database, swissprot.tar.gz, one
will need to get the nr.tar.gz with the same date stamp. 有些資料庫是大資料庫
的子集,使用這些子集資料庫時,必須同時下載其(相同日期的)大資料庫
Additional BLAST databases that are not provided in pre-formatted
formats are available in the FASTA subdirectory. 有些BLAST資料庫沒有提供預先建庫
的文件,這些資料庫可以從FASTA文件夾里下載 For genomic BLAST
databases, please check the genomes ftp directory at:
ftp://ftp.ncbi.nih.gov/genomes/ 在這里下載基因組BLAST資料庫

2. Contents of the /blast/db/ directory
The pre-formatted BLAST databases are archived in this directory. The
name of these databases and their contents are listed below.
資料庫名稱 資料庫內容
+----------------------+-----------------------------------------------+
|File Name | Content Description |
+----------------------+-----------------------------------------------+
/FASTA | subdirectory for FASTA formatted sequences
存放FASTA格式序列的子文件夾

README | README for this subdirectory (this file)
env_nr.*tar.gz | Environmental protein sequences 環境蛋白序列
env_nt.*tar.gz | Environmental nucleotide sequences 環境核苷酸序列
est.*tar.gz | volumes of the formatted est database
| from the EST division of GenBank, EMBL,
| and DDBJ. EST資料庫

Ⅸ NCBI ftp伺服器中怎麼找到某物種的蛋白信息(比如protein_protein interaction,sublocation,geneID)的匯總

難道不能直接從蛋白庫里找么

Ⅹ ftp://ftp.ncbi.nlm.nih.gov/genomes/M_musculus/這個怎麼只能看不能下載啊

只要是文件夾的圖標一直往裡面點,遇到.gz
後綴的再點一下就彈出下載框了