|
1 | 1 | # OneRoof: A Pipeline Prototype for Base-, Variant-, and Consensus-calling under One Proverbial Roof |
2 | | - |
3 | 2 | [](https://www.nextflow.io/) [](https://www.docker.com/) [](https://sylabs.io/docs/) [](https://github.com/nrminor/oneroof/actions/workflows/docker-image.yaml) |
4 | 3 |
|
| 4 | + |
5 | 5 | - [Overview](#overview) |
6 | 6 | - [Quick Start](#quick-start) |
7 | 7 | - [Detailed Setup Instructions](#detailed-setup-instructions) |
@@ -87,6 +87,10 @@ Most users should configure `oneroof` through the command line via the following |
87 | 87 | | `--secondary` | None | Whether to turn on secondary alignments for each amplicon. Secondary alignments can increase depth at the cost of more reads potentially mapping to the wrong locations. By default, secondary alignments are off. | |
88 | 88 | | `--min_consensus_freq` | 0.5 | The minimum required frequency of a variant base to be included in a consensu sequence. | |
89 | 89 | | `--min_depth_coverage` | 20 | Minimum required depth of coverage to call a variant. | |
| 90 | +| `--min_variant_frequency` | 0.05 (illumina) or 0.10 (nanopore) | Minimum variant frequency to call a variant. | |
| 91 | +| `--meta_ref` | None | Dataset, either a local FASTA file or a pre-built dataset built by Sylph, to use for metagenomic profiling. Can download prebuilt ones here: https://github.com/bluenote-1577/sylph/wiki/Pre%E2%80%90built-databases. | |
| 92 | +| `--sylph_tax_db` | None | The taxonomic annotation for the sylph database specified with `--meta_ref`. The pipeline automaticially downloads the databases so only the identifier is needed here. | |
| 93 | +| `--nextclade_dataset` | None | The name of the dataset to run nextclade with. To see all dataset options run `nextclade dataset list --only-names`. | |
90 | 94 | | `--results` | results/ | Where to place results. | |
91 | 95 | | `--cleanup` | false | Whether to cleanup work directory after a successful run. | |
92 | 96 |
|
@@ -136,4 +140,39 @@ Contributions, feature requests, improvement suggestions, and bug reports via Gi |
136 | 140 |
|
137 | 141 | ## Citation |
138 | 142 |
|
139 | | -Coming soon! |
| 143 | +> Lail, Andrew J., William C. Vuyk, Heather Machkovech, Nicholas R. Minor, Nura R. Hassan, Rhea Dalvie, Isla E. Emmen et al. “Amplicon sequencing of pasteurized retail dairy enables genomic surveillance of H5N1 avian influenza virus in United States cattle.” PloS one 20, no. 6 (2025): <https://doi.org/10.1371/journal.pone.0325203>. |
| 144 | +
|
| 145 | +``` bibtex |
| 146 | +@article{Lail2025-xf, |
| 147 | + title = "Amplicon sequencing of pasteurized retail dairy enables genomic surveillance of {H5N1} avian influenza virus in United States cattle", |
| 148 | + author = "Lail, Andrew J and Vuyk, William C and Machkovech, Heather and Minor, Nicholas R and Hassan, Nura R and Dalvie, Rhea and Emmen, Isla E and Wolf, Sydney and Kalweit, Annabelle and Wilson, Nancy and Newman, Christina M and Tiburcio, Patrick Barros and Weiler, Andrea and Friedrich, Thomas C and O'Connor, David H", |
| 149 | + journal = "PLoS One", |
| 150 | + publisher = "Public Library of Science (PLoS)", |
| 151 | + volume = 20, |
| 152 | + number = 6, |
| 153 | + pages = "e0325203", |
| 154 | + month = jun, |
| 155 | + year = 2025, |
| 156 | + copyright = "http://creativecommons.org/licenses/by/4.0/", |
| 157 | + language = "en" |
| 158 | +} |
| 159 | +``` |
| 160 | + |
| 161 | +> Kwon, Taeyong, Jessie D. Trujillo, Mariano Carossino, Heather M. Machkovech, Konner Cool, Eu Lim Lyoo, Gagandeep Singh et al. “Pathogenicity and transmissibility of bovine-derived HPAI H5N1 B3. 13 virus in pigs.” Emerging Microbes & Infections just-accepted (2025): <https://doi.org/10.1080/22221751.2025.2509742>. |
| 162 | +
|
| 163 | +``` bibtex |
| 164 | +@ARTICLE{Kwon2025-yq, |
| 165 | + title = "Pathogenicity and transmissibility of bovine-derived {HPAI} {H5N1} B3.13 virus in pigs", |
| 166 | + author = "Kwon, Taeyong and Trujillo, Jessie D and Carossino, Mariano and Machkovech, Heather M and Cool, Konner and Lyoo, Eu Lim and Singh, Gagandeep and Kafle, Sujan and Elango, Shanmugasundaram and Vediyappan, Govindsamy and Wei, Wanting and Minor, Nicholas and Matias-Ferreyra, Franco S and Morozov, Igor and Gaudreault, Natasha N and Balasuriya, Udeni B R and Hensley, Lisa E and Diel, Diego G and Ma, Wenjun and Friedrich, Thomas C and Richt, Juergen A", |
| 167 | + journal = "Emerg. Microbes Infect.", |
| 168 | + publisher = "Informa UK Limited", |
| 169 | + volume = 14, |
| 170 | + number = 1, |
| 171 | + pages = "2509742", |
| 172 | + month = dec, |
| 173 | + year = 2025, |
| 174 | + keywords = "Cattle; H5N1 genotype B3.13; highly pathogenic avian influenza; mammalian-like mutation; pathogenicity; pig; transmissibility", |
| 175 | + copyright = "http://creativecommons.org/licenses/by-nc/4.0/", |
| 176 | + language = "en" |
| 177 | +} |
| 178 | +``` |
0 commit comments