{ "cells": [ { "cell_type": "markdown", "metadata": { "kernel": "SoS" }, "source": [ "# WGS Mapping to Variant Calls - Version 1.0\n", "\n", "Implementing one of the [`samtools` Workflows](http://www.htslib.org/workflow/#mapping_to_variant) in [SoS](https://github.com/vatlab/SOS). Some steps were re-implemented using `GATK4` instead of `GATK3` / `Pichard` or `samtools`, for better performance.\n", "\n", "**Multithreading: since GATK4 the multi-thread option `-nct` is not available. One has to use Spark version to achieve it**" ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "kernel": "SoS" }, "outputs": [ { "data": { "text/html": [ "\n", "
Revision | \n", "Author | \n", "Date | \n", "Message | \n", "
---|---|---|---|
910d34f | \n", "Gao Wang | \n", "2019-01-02 | \n", "Simplify input syntax removing default concurrent=True specification |
2dbccfc | \n", "Gao Wang | \n", "2018-11-06 | \n", "Add system mem requirements for WGS call demo |
876d2d9 | \n", "Gao Wang | \n", "2018-10-30 | \n", "Update documentation |
924d9ab | \n", "Gao Wang | \n", "2018-10-14 | \n", "Add docker image tags to workflow examples |
c70ac44 | \n", "Gao Wang | \n", "2018-09-04 | \n", "Add a check for index files |
1ea76f2 | \n", "Gao Wang | \n", "2018-09-04 | \n", "Set zap to True by default |
b98d99e | \n", "Gao Wang | \n", "2018-09-03 | \n", "Update docker option |
3bf8f4d | \n", "Gao Wang | \n", "2018-09-03 | \n", "Add a step to select given list of variants |
33fd12c | \n", "Gao Wang | \n", "2018-09-03 | \n", "Get toy example to work |
8f3b701 | \n", "Gao Wang | \n", "2018-09-03 | \n", "Add links to toy reference data |