Releases: genepi/umi-pipeline-nf
Releases · genepi/umi-pipeline-nf
v1.0.0-beta
First major release of the pipeline.
- Added nf-test testing
- Added support for real-time (live) analysis of clusters per sample during sequencing
- Added GPU acceleration for medaka polishing
- Split the workflow into several subworkflows
- Implemented batching of input files for higher parallelization
- Implemented a process to glue molecule files before submission to medaka polishing
- to decrease number of files to process, which can be up to several 100k for large sequencing experiments
- to make better use of the GPU acceleration
- Added support for multi-line bed files to process several targets in one run
- Output files are therefore split per target
- Added simple plots and stats to keep track of the number of clusters per sample
CAVEAT: GPU acceleration supporting docker container is only available up to v2.0.0, in which medaka smolecule is broken. v2.0.0 uses the new pytorch models, and therefore, CPU medaka and GPU medaka results might differ slightly.
The Docker container needs to be built manually since there are problems with quay.io.
0.2.1
0.2.0
- Release of the updated clustering strategy
- Support of singularity improved
- Dynamic resource allocation upon retries for cluster polishing
- Release is up to date with the paper pipeline version
0.1.0
- Init release of the UMI pipeline
- Pipeline is production ready and comes with a server-hosted docker container