Skip to content

Commit 231dcd6

Browse files
committed
.
1 parent 54ee085 commit 231dcd6

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ abstract: >-
3737
FASTQ, then proceed with read quality control, alignment, host depletion, and taxonomic profiling, followed by
3838
consensus genome building—polishing, refinement, and consensus calling. One container image per process keeps
3939
runs portable and reproducible under Docker, Singularity/Apptainer, and typical HPC setups.
40-
version: 0.1.1
40+
version: 0.1.2
4141
date-released: 2026-03-31
4242
url: https://github.com/Clinical-Virology-Unit/Metatropics
4343
license: MIT

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Metatropics: A Viral Metagenomics ONT Pipeline
88

9-
**Metatropics (v0.1.1)** is a Nextflow-driven bioinformatics pipeline for metagenomic Oxford Nanopore sequencing data. It is built to detect viral pathogens in complex samples (e.g. blood and swabs from a range of body sites) and, where coverage allows, to generate high-quality viral consensus genomes and to perform variant analysis.
9+
**Metatropics (v0.1.2)** is a Nextflow-driven bioinformatics pipeline for metagenomic Oxford Nanopore sequencing data. It is built to detect viral pathogens in complex samples (e.g. blood and swabs from a range of body sites) and, where coverage allows, to generate high-quality viral consensus genomes and to perform variant analysis.
1010

1111
**Metatropics** is an abbreviation of **Metagenomics for Tropical Fevers**, and reflects how the project began, with an emphasis on finding human viral pathogens in patients presenting with tropical fevers. The same pipeline has since been validated and applied outside that first setting, including for other febrile syndromes, for genomic surveillance, and for research and diagnostic questions around viral pathogens relevant to human health.
1212

@@ -150,7 +150,7 @@ You can run Metatropics on a high-performance cluster instead of a local worksta
150150
If you use Metatropics in your research, please cite:
151151

152152
```
153-
De Souza Novaes, A.†, Jansen, D.†, de Block, T., Coppens, S., Ariën, K.K., Selhorst, P., Rezende, A.M.*, & Vercauteren, K*. (2026). Metatropics: Human viral pathogen identification and consensus genome calling from nanopore metagenomic sequencing data. (v0.1.1). Zenodo. https://doi.org/10.5281/zenodo.20430617
153+
De Souza Novaes, A.†, Jansen, D.†, de Block, T., Coppens, S., Ariën, K.K., Selhorst, P., Rezende, A.M.*, & Vercauteren, K*. (2026). Metatropics: Human viral pathogen identification and consensus genome calling from nanopore metagenomic sequencing data. (v0.1.2). Zenodo. https://doi.org/10.5281/zenodo.20430617
154154
```
155155

156156
† These authors contributed equally (shared first authorship).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Samplesheet helpers for the Metatropics Nextflow pipeline (``metatropics-samplesheet``)."""
22

3-
__version__ = "0.1.1"
3+
__version__ = "0.1.2"

nf-metatropics/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ manifest {
251251
description = """Analyze Nanopore metagenomic data (fast5/fastq) to identify virus pathogen."""
252252
mainScript = 'main.nf'
253253
nextflowVersion = '!>=22.10.1'
254-
version = '0.1.1'
254+
version = '0.1.2'
255255
doi = ''
256256
}
257257

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "metatropics-samplesheet"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Metatropics samplesheet helper (FASTQ and POD5/fastq_pass CSV)"
99
readme = "README.md"
1010
license = { text = "GPL-3.0-or-later" }

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="metatropics-samplesheet",
10-
version="0.1.1",
10+
version="0.1.2",
1111
author="Metatropics Team",
1212
description="Metatropics samplesheet helper (FASTQ and POD5/fastq_pass CSV)",
1313
long_description=long_description,

0 commit comments

Comments
 (0)