How to use aspera

From Genome Analysis Wiki
Revision as of 00:56, 9 May 2013 by Zhanxw (talk | contribs) (Created page with '== Introduction to Aspera == Aspera is a faster download tool than ftp/sftp. If you download large sequencing data (e.g. 1000 Genomes Project data), you should consider use Aspe…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Introduction to Aspera

Aspera is a faster download tool than ftp/sftp. If you download large sequencing data (e.g. 1000 Genomes Project data), you should consider use Aspera.

Obtain Aspera Connect

Go to Aspera web site, and download a suitable version of Aspera Connect according to your operation system.

Download from 1000 Genome Server

An example to download from NCBI server:

   ~/.aspera/connect/bin/ascp -i ~/asperaweb_id_dsa.putty -QTr -l600m anonftp@ftp-trace.ncbi.nlm.nih.gov:/1000genomes/ftp/sequence.index .

Several notes:

1. use ascp under your directory: ~/.aspera/connect/bin/ascp

2. use the private key under your directory. e.g. ~/.aspera/connect/etc/aspera_id_dsa.putty

3. use correct FPT account such as **anonftp@ftp-trace.ncbi.nlm.nih.gov**


Refer to the following link for more details.