Skip to content

Commit 76dd69f

Browse files
authored
Update ChineseTutorial.md
1 parent 9d435ec commit 76dd69f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ChineseTutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Usage:
88
99
Required option:
1010
-i, --input [text|file] Single accession or a file containing multiple accessions.
11-
Note: Only one accession per line in the file, all accessions must be from the same database.
11+
Note: Only one accession per line in the file.
1212
1313
Optional options:
1414
-m, --metadata Skip the sequencing data downloads and only fetch the metadata for the accession.
@@ -33,7 +33,7 @@ Optional options:
3333

3434
### 1. `-i`, `--input`
3535

36-
输入你想下载的accession,首先获取accession的metadata,然后逐一对包含在内的Run ID进行下载。v1.1.0版本之后可以接收文件输入,每行一个accession。但是要确保这些accession来自同一个数据库,因为不同数据库使用的密钥有时候不一致会导致下载失败,尤其是在使用aspera下载数据的时候。而且这个文件最好在linux下通过vim编辑,要不然从windows上传的话可能文字编码有问题影响下载(如win通常是`CR LF`, 而Linux能识别的是`LF`格式的)。
36+
输入你想下载的accession,首先获取accession的metadata,然后逐一对包含在内的Run ID进行下载。v1.1.0版本之后可以接收文件输入,每行一个accession。这个文件最好在linux下通过vim编辑,要不然从windows上传的话可能文字编码有问题影响下载(如win通常是`CR LF`, 而Linux能识别的是`LF`格式的)。
3737

3838
```bash
3939
iseq -i PRJNA211801

0 commit comments

Comments
 (0)