===================
Added
-----
- Add processes ``gatk-variant-filtration-single`` and
``gatk-select-variants-single``
- Add ExtendedCollectionFilter filter to allow filtering collections by samples
containing given species, tissue type, outcome or treatment type
- Add process ``reference-space`` and ``upload-ml-expression``
- Rewrite ``macs2-callpeak`` process to Python
- Add process ``mutations-table``
Changed
-------
- Specify tmp dir for GATK processes
- Attach workflow data objects to Samples
- Remove ``workflow-accel`` pipeline and related process:
``align-bwa-trim``, ``coveragebed``, ``picard-pcrmetrics``,
``upload-picard-pcrmetrics``, ``upload-picard-pcrmetrics``,
``vc-realign-recalibrate``, ``vc-gatk-hc``, ``lofreq``,
``snpeff-legacy``, ``amplicon-report``, ``amplicon-table``,
``upload-master-file``, ``amplicon-archive-multi-report``,
``upload-snpeff``
- Rewrite processes to Python and add ``geneset`` DescriptorSchema to
Data made by processes:
- ``upload-geneset``
- ``create-geneset``
- ``create-geneset-venn``
Fixed
-----
- Attach GATK VariantFiltration and SelectVariants output to the
Sample object in ``workflow-rnaseq-variantcalling`` pipeline
- Set ``Persistence`` property to ``TEMP`` for processes
``find-similar`` and ``clustering-hierarchical-etc``
- Fix input schema in pipeline ``workflow-rnaseq-variantcalling``
- Fail gracefully when no relation labels are found in
``merge-fastq-single`` and ``merge-fastq-paired`` processes
===================