Skip to content

This repository contains bash developed pipelines: gatk_cohort.sh, the GATK cohort training model, and gatk_case.sh, the pipeline for germline CNV discovery in case samples.

License

Notifications You must be signed in to change notification settings

marcelamtrucco/GATK-gCNV-discovery-bash-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GATK-gCNV-discovery-bash-pipeline (for exomes)

  • This repository contains bash developed pipelines: gatk_cohort.sh,the GATK cohort training model, and gatk_case.sh, the pipeline for germline CNV discovery in case samples.
  • These scripts have been developed at the Institute of Biological Chemistry of the School of Exact and Natural Science (IQUIBICEN), University of Buenos Aires.

gatk_cohort.sh

Generates the Cohort model for exome germline GATK-CNV discovery,according to gGATK-CNVs guidelines.

  • Requirements:
  • Tools:
  • Output:
    • A COHORT model to be used for CASE CNVs discovery
    • VCFs of CNVs calls for the COHORT samples.

gatk_case.sh

Identify CNVs in case samples using the cohort model generated by gatk_cohort.sh.These cases should be samples sequenced under the same conditions of the cohort.

  • Requirements:
  • Tools:
  • Input:
    • Reference genome used to generate sample BAMs
    • ref.hg38.interval_list, generated in the COHORT mode, by gatk_cohort.sh
    • CASE sample BAMs
    • COHORT model
  • Output:
    • VCF of CNV calls for CASE samples.

About

This repository contains bash developed pipelines: gatk_cohort.sh, the GATK cohort training model, and gatk_case.sh, the pipeline for germline CNV discovery in case samples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages