-
Download all Run sequencing data and metadata associated with a Project
iseq -i PRJNA211801
if you run the same code again, iSeq will skip downloaded data
iseq -i CRA000553
iSeq will prioritize access to the HUAWEI Cloud when accessing the GSA database.
iseq -i GSE122139
If the MD5 check fails after the sequencing data is downloaded, iSeq will attempt to re-download up to 3 times. If it still fails, the ID will be stored in the fail.log file.
iseq -i SRR931847 -o PRJNA211801
iSeq will save result in
PRJNA211801
directory. -
Download all sequencing data and metadata associated with an Experiment or a BioSample
iseq -i SRX477044 iseq -i CRX020217 iseq -i GSM7417667
-
Download a single sequencing data and metadata associated with a Run
iseq -i SRR1178105 iseq -i CRR311377
-
Only download metadata information
iseq -i PRJNA211801 -m
-
Download SRA files and convert them to FASTQ files
iseq -i SRR1178105 -q
-
Download sequencing data in parallel with 10 connections
iseq -i SRR1178105 -p 10
-
Download sequencing data by Aspera
iseq -i SRR1178105 -a
iseq -i CRR311377 -a
When accessing the GSA database using Aspera, it will still prioritize access to the HUAWEI Cloud. If it is not available, it will proceed with the normal download using Aspera
-
Download gzip-formatted FASTQ files directly
iseq -i SRR1178105 -g
-
Merge multiple FASTQ files into one FASTQ file
- Merge multiple FASTQ files into one FASTQ file for
each Experiment
.
iseq -i CRX020217 -e ex
- Merge multiple FASTQ files into one FASTQ file for
each Sample
.
rm success.log iseq -i SAMC017083 -e sa
- Merge multiple FASTQ files into one FASTQ file for
each Study
.
rm success.log iseq -i PRJCA000613 -e st
- Merge multiple FASTQ files into one FASTQ file for
-
Download sequencing data from SRA database
iseq -i SRR1178105 -d sra
-
Use 10 connections to download SRA files in parallel with
-p 10
, then demultiplex into FASTQ files with the default 8 threads using-q
and quickly compress with-g
. Finally, merge Runs from the same Experiment with-e
.iseq -i SRX2993509 -q -g -p 10 -e ex
-
Use Aspera with
-a
to directly download gzip-formatted FASTQ files with-g
, and then merge Runs from the same Experiment. If there is only one Run, rename it with-e
.iseq -i PRJNA211801 -a -g -e ex
-
Batch download by giving a file and using Aspera with
-a
to directly download gzip-formatted FASTQ files with-g
.iseq -i SRR_Acc_List.txt -a -g