Workflows
What is a Workflow?Filters
Query
    
    
  Created At
  
  Updated At
  
  Workflow type
      Nextflow1
  Submitter
      Jeffrey Detras1
  Space
      IRRI-Bioinformatics1
  Maturity
      Work-in-progress1
  
        
  1
    Workflow visible to you, out of a total of 1
      
      
    Work-in-progress
SNP-Calling
GATK Variant calling pipeline for genomic data using Nextflow
Quickstart
Install Nextflow using the following command:
curl -s https://get.nextflow.io | bash
Index reference genome:
$ bwa index /path/to/reference/genome.fa
$ samtools faidx /path/to/reference/genome.fa
$ gatk CreateSequenceDictionary -R /path/to/genome.fa -O genome.dict
Launch the pipeline execution with ...
