4 title: "Crunch examples"
10 Several crunch scripts are included with Arvados in the @/crunch_scripts@ directory. They are intended to provide examples and starting points for writing your own scripts.
14 Run the bwa aligner on a set of paired-end fastq files, producing a BAM file for each pair.
18 Generate an index of a fasta reference genome suitable for use by bwa-aln.
22 Using the FixMateInformation, SortSam, ReorderSam, AddOrReplaceReadGroups, and BuildBamIndex modules from picard, prepare a BAM file for use with the GATK2 tools. Additionally, run picard's CollectAlignmentSummaryMetrics module to produce a @*.casm.tsv@ statistics file for each BAM file.
26 Run GATK's BaseQualityScoreRecalibration module on a set of BAM files.
30 Merge a set of BAM files using picard, and run GATK's UnifiedGenotyper module on the merged set to produce a VCF file.
34 Run GATK's RealignerTargetCreator and IndelRealigner modules on a set of BAM files.