Quickstart

A series of reference resources aimed at end-users.

Quickstart

Templates


config.json
{
    "reference-genomes": [
        {
            "version": "GRCh38",
            "file_path": [
                "/",
                "path",
                "to",
                "my",
                "copy",
                "of",
                "GRCh38.fa.gz"
            ]
        }
    ],
    "environment": {
        "email": {
            "address": "jane.doe@tuks.co.za",
            "conditions": [
                "o",
                "e"
            ]
        },
        "queues": [
            {
                "queue": "long",
                "walltime": "900:00:00",
                "memory": "128G",
                "cores": "10",
                "nodes": "1",
                "rules": [
                    "all",
                    "VALIDATE",
                    "LIFTOVER",
                    "COLLATE",
                    "ALL_COLLATE",
                    "ANNOTATE",
                    "ADMIXTURE",
                    "TRIM_AND_NAME",
                    "FILTER",
                    "TRANSPILE_CLUSTERS",
                    "PLINK"
                ]
            }
        ],
        "envmodules": {
            "bcftools": "bcftools-1.7",
            "piccard": "picard-2.17.11",
            "tabix": "samtools-1.7",
            "latex": "latex"
        }
    }
}
email value
{
    "address": "your_email",
    "conditions": [
        "o",
        "e"
    ]
}
envmodules value
{
    "bcftools": "bcftools-1.7",
    "piccard": "picard-2.17.11",
    "tabix": "samtools-1.7",
    "latex": "latex"
}
reference_genome list item
{
    "version": "GRCh38",
    "file_path": [
        "/",
        "path",
        "here",
        "GRCh38.fa.gz"
    ]
}
queue list item
{
    "queue": "long",
    "walltime": "900:00:00",
    "memory": "128G",
    "cores": "10",
    "nodes": "1",
    "rules": [
        "all",
        "VALIDATE",
        "LIFTOVER",
        "COLLATE",
        "ALL_COLLATE",
        "ANNOTATE",
        "ADMIXTURE",
        "TRIM_AND_NAME",
        "FILTER",
        "TRANSPILE_CLUSTERS",
        "PLINK"
    ]
}

Creative Commons by Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) Powered by Snakemake

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.. This project is managed by the Institute for Cellular and Molecular Medicine at the University of Pretoria.