Releases: biowdl/somatic-variantcalling
Releases · biowdl/somatic-variantcalling
Release 2.2.1
Release 2.2.0
- Various stability fixes in tasks.
Release 2.1.0
- Default docker images have been updated to newer versions.
- Replace biopet-scatterregions with scatter-regions tool from chunked-scatter.
- Tasks were updated to contain the
time_minutes
runtime attribute and
associatedtimeMinutes
input, describing the maximum time the task will
take to run.
Release 2.0.0
- Move commonly used inputs to the top-level workflow inputs sections in order
to work better with cromwell 48 and higher. - Add proper copyright headers to WDL files. So the free software license
is clear to end users who wish to adapt and modify. - Added "rna" and "exome" inputs to strelka.
- Added inputs oveviews to docs.
- Added parameter_meta.
- Added miniwdl to linting.
Release 1.1.0
- Update tasks so they pass the correct memory requirements to the
execution engine. Memory requirements are set on a per-task (not
per-core) basis. - Mutect2: Filtered output no longer overwrites unfiltered mutect2 output