You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dangerously big commit bringing a complete results reporting system, some early multiQC integrations, a refactor bin/lib organization for python modules, and updated docs
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Though many excellent pipelines currently exist, e.g. `nf-core/viralrecon`, `ep
37
37
38
38
Overall, `oneroof` can be summarized as a variant-calling pipeline written in and managed by Nextflow. Its software dependencies are provided through containers or through an environment assembled by [`pixi`](https://prefix.dev/). To run it on your own Nanopore pod5s with Docker containers, simply run something like:
39
39
40
-
```bash
40
+
```bash
41
41
nextflow run nrminor/oneroof \
42
42
--pod5_dir my_pod5_dir \
43
43
--primer_bed my_primers.bed \
@@ -50,7 +50,7 @@ These are the core elements required to run on Nanopore data: a directory of pod
50
50
51
51
And for Illumina paired-end reads, it’s even simpler:
52
52
53
-
```bash
53
+
```bash
54
54
nextflow run nrminor/oneroof \
55
55
--illumina_fastq_dir my_illumina_reads/
56
56
```
@@ -116,25 +116,25 @@ Note that `oneroof` checks for how to gather data in a particular order for Nano
116
116
117
117
To reproduce the environment required by this pipeline, make sure you are on a Mac, a linux machine, or a Windows machine using Windows Subsystem for Linux. Then, to reproduce the environment, install pixi with:
And then open a `pixi` subshell within your terminal with:
130
130
131
-
```bash
131
+
```bash
132
132
pixi shell --frozen
133
133
```
134
134
135
135
As long as you are using a supported system, the pipeline should run within that subshell. You can also run the pipeline within that subshell without containers using the “containerless” profile:
136
136
137
-
```bash
137
+
```bash
138
138
nextflow run . \
139
139
-profile containerless \
140
140
--pod5_dir my_pod5_dir \
@@ -160,14 +160,14 @@ For users who have cloned the repository and are working locally, we provide the
160
160
161
161
The CLI is available automatically when you enter the pixi environment:
162
162
163
-
```bash
163
+
```bash
164
164
pixi shell --frozen
165
165
oneroof --help
166
166
```
167
167
168
168
Or install it directly with pip or uv:
169
169
170
-
```bash
170
+
```bash
171
171
# With pip
172
172
pip install -e .
173
173
@@ -177,7 +177,7 @@ uv pip install -e .
177
177
178
178
**Example usage:**
179
179
180
-
```bash
180
+
```bash
181
181
# See all available commands
182
182
oneroof --help
183
183
@@ -213,7 +213,7 @@ OneRoof includes a limited but growing test suite, which validates pipeline func
213
213
214
214
Before contributing or deploying changes, ensure all tests pass:
215
215
216
-
```bash
216
+
```bash
217
217
# Ensure you're in the Pixi environment
218
218
pixi shell --frozen
219
219
@@ -253,7 +253,7 @@ Contributions, feature requests, improvement suggestions, and bug reports via Gi
253
253
254
254
> 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>.
255
255
256
-
```bibtex
256
+
```bibtex
257
257
@article{Lail2025-xf,
258
258
title = "Amplicon sequencing of pasteurized retail dairy enables genomic surveillance of {H5N1} avian influenza virus in United States cattle",
259
259
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",
@@ -271,7 +271,7 @@ Contributions, feature requests, improvement suggestions, and bug reports via Gi
271
271
272
272
> 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>.
273
273
274
-
```bibtex
274
+
```bibtex
275
275
@ARTICLE{Kwon2025-yq,
276
276
title = "Pathogenicity and transmissibility of bovine-derived {HPAI} {H5N1} B3.13 virus in pigs",
277
277
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",
0 commit comments