Skip to content

Commit f9578b7

Browse files
Update virus.md
1 parent e706610 commit f9578b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/en/virus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This module was written by [Ferdous Nasri](https://github.com/ferbsx).
1515
`virus`
1616
Virus taxon name (e.g. 'Zika virus'), taxon ID (e.g. '2697049'), NCBI accession number (e.g. 'NC\_045512.2'), space-separated list of accessions (e.g. 'NC\_045512.2 MN908947.3 MT020781.1'), or path to a text file containing accession numbers (one per line) (e.g. 'path/to/text.txt').
1717
Add `--is_accession` when passing an NCBI accession number. Add `--is_sars_cov2` or `is_alphainfluenza` for optimized download of SARS-CoV2 or Alphainfluenza sequences, respectively.
18-
Use flag `--download_all_accessions` to apply filters without searching for a specific virus.
18+
Use flag `--download_all_accessions` to apply filters without searching for a specific virus.
1919

2020
**Optional arguments**
2121

@@ -115,7 +115,7 @@ Flag to indicate that the `virus` positional argument is an accession number, a
115115
- Text file path: `accessions.txt` (one accession per line)
116116

117117
`--download_all_accessions`
118-
Use this flag when applying filters without searching for a specific virus.
118+
Use this flag when applying filters without searching for a specific virus (leave `virus` argument empty).
119119
⚠️ **WARNING**: If you do not specify additional filters, this flag downloads ALL available viral sequences from NCBI (entire Viruses taxonomy, taxon ID 10239). This is an extremely large dataset that can take many hours to download and require significant disk space. Use with caution and ensure you have adequate storage and bandwidth. When this flag is set, the `virus` argument is ignored.
120120

121121
`--refseq_only`

0 commit comments

Comments
 (0)