Skip to content

Releases: EBI-Metagenomics/emg-viral-pipeline

Small bug fixes release

08 May 20:10
aad5474
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

24 Jul 13:44
1207242
Compare
Choose a tag to compare

What's Changed

  • Adjustment of the voting scheme (see Figure 1) and updated viral taxonomy by @hoelzer and @guille0387 in #99
  • Metadata file v4, also included a warning about the deleted taxa. by @mberacochea in #106
  • Adjustment of the voting scheme and updated viral taxonomy and bugfixes for new release by @hoelzer , @guille0387 and @mberacochea in #103
  • Dropped support for CWL.
  • Updates to the README.

Full Changelog: v1.1...v2.0.0

New Workflow Overview
Fig 1 Updated voting scheme.

Minor bugfix release [Nextflow ONLY]

28 Apr 09:45
aaf02d6
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0...v1.1

v1.0

05 Jan 17:24
ff0992b
Compare
Choose a tag to compare

What's Changed

First stable release of the pipeline.

Merged PRs:

Full Changelog: v0.4.0...v1.0

v0.4.0

16 Nov 09:03
f367002
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
  • deactivate the nf tower plugin
    • can cause problems on systems that have restricted internet access
    • can still be activated by experienced users
  • simplify nf version check via nextflow.config
  • add CheckV to the pipeline to get information on quality and completness of contigs that were detected as "viral"

Third RC

21 Jun 19:34
53a99b8
Compare
Choose a tag to compare
Third RC Pre-release
Pre-release

This is a third release candidate of the EBI metagenomics virus detection and classification pipeline.

This RC contains updates to the software required to run the pipeline, nextflow version upgrade and cwl-toil version upgrade

Reproducible release: no PPR-Meta

12 Oct 08:46
Compare
Choose a tag to compare
Pre-release

Older versions of the pipeline were run without PPR-Meta as a third tool for virus prediction.

To increase reproducibility for such older analyses, this release deactivates virus prediction via PPR-Meta to represent a reproducible code version based only on the initial viral contig predictions with VirSorter and VirFinder.

Second RC

23 Jul 08:52
040e850
Compare
Choose a tag to compare
Second RC Pre-release
Pre-release

This is a second release candidate of the EBI metagenomics virus detection and classification pipeline.

Initial release

05 Jun 11:16
5c1279c
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

This is a first release candidate of the EBI metagenomics virus detection and classification pipeline.

The pipeline is implemented in Nextflow and CWL based on the same core Python and Shell scripts and Docker containers.

The pipeline features

  • length filtering of the input assembly
  • detection of potential viral sequences with VirSorter, VirFinder, and PPR-Meta
  • classification of potential viruses into high and low confidence sets as well as prophages
  • ORF prediction
  • protein detection w/ hmmscan using a customized database of virus-specific profile HMMs (so-called ViPhOGs)
  • filtering of the hits and taxonomic assignment based on a voting system
  • visualization of the results with Krona, Sankey (currently only in the Nextflow pipeline), and ChromoMap (Nextflow)