Skip to content

Instantly share code, notes, and snippets.

View terrematte's full-sized avatar

Patrick Terrematte terrematte

View GitHub Profile
@terrematte
terrematte / rna_seq_variant_pipeline.sh
Last active December 16, 2023 06:53 — forked from PoisonAlien/rna_seq_variant_pipeline.sh
RNA seq Variant calling pipeline according to gatk4 best practices for hg38
#!/bin/bash
#
# AUTHOR: Patrick Terrematte for HPC of NPAD/UFRN and hg38:
# http://hungria.imd.ufrn.br/~terrematte/aDNA/rna_seq_variant_pipeline.sh
#
# Based on pieline Anand M.
# RNA-Seq variant calling pieline according to GATK Best practices.
# https://www.broadinstitute.org/gatk/guide/article?id=3891
# Full Pipeline of Gatk of hg19:
# https://gist.github.com/PoisonAlien/c6c03539cf4b1ac41cf1