Scripts and material for the processing and analysis of low-coverage individually-barcoded population genomes.
Note that some code modified from tsackton/ratite-genomics
- rename_files_*.sh: readname raw sequencing read files for ease of use
- trim_fastq.sh: trim reads with Trimmomatic to remove adapter sequence
- make_bwa_index.sh: index assembly
- run_bwa_mem.sh: map reads to assembly, sort BAM, and dedup (submit_mapping_jobs.sh submits this script to SLURM for each read/assembly combination)
- merge_bams.sh: merge and second round dedup from BAM files produced by run_bwa_mem