[go: up one dir, main page]

Skip to content

A nextflow pipeline to call SNV from short-read sequences

License

Notifications You must be signed in to change notification settings

digenoma-lab/call_snv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNV Calling Pipeline

Nextflow pipeline for the identification of Single Nucleotide Variants (SNVs) from short-read sequences.

Multisample Variant Calling

This workflow is designed to detect germline variants across multiple samples simultaneously. The steps include:

  1. Sequence Chunk Creation: Generate sequence chunks based on the FastA Index (FAI) file from the reference genome.

  2. Parallel SNV and Indel Calling: Utilize a variant caller to identify SNVs and Indels independently on each sequence chunk, leveraging parallel processing.

  3. Results Merging: Combine the results from individual variant calling processes into a unified dataset.

  4. Annotation with Annovar: Enhance the variant calls by annotating the results using Annovar, providing additional biological context.

Feel free to customize and extend this pipeline to suit your specific requirements.

About

A nextflow pipeline to call SNV from short-read sequences

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published