Skip to content

Commit f30903f

Browse files
committed
.
1 parent 8dea52f commit f30903f

2 files changed

Lines changed: 264 additions & 93 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ virasign --help
110110

111111
- **Reporting**
112112
- `--no-html`: Disable interactive HTML report generation (default: HTML enabled).
113+
- `--build-html`: Regenerate summary HTML/CSV from an existing output tree. If `-o`/`-i` is omitted, uses the same default as a normal run (`./Virasign_output`, or the current directory when it is already named `Virasign_output`).
113114
- `--no-gzip-fastq`: Write per-virus mapped reads as plain `.fastq` (default: `.fastq.gz`).
114115

115116
- **Performance**
@@ -164,6 +165,12 @@ virasign -i input_dir -d my_accessions.txt -o output_dir
164165

165166
# Blind incidental findings of chronic viruses
166167
virasign -i input_dir -d RVDB -b HEP,HIV,HTLV
168+
169+
# Run without summary HTML, then build summary from the same output folder
170+
virasign -i input_dir -o output_dir --no-html
171+
virasign --build-html -o output_dir
172+
# Same, when you used the default ./Virasign_output (run from the parent of Virasign_output):
173+
virasign --build-html
167174
```
168175

169176
---

0 commit comments

Comments
 (0)