recipes that save time
bcl2fastq --adapter-stringency 0.9 --barcode-mismatches 0 --fastq-compression-level 4 --min-log-level INFO --minimum-trimmed-read-length 0 --sample-sheet /n/boslfs/INSTRUMENTS/illumina/180604_NB501677_0276_AHVMT2BGX5/SampleSheet.csv --runfolder-dir /n/boslfs/INSTRUMENTS/illumina/180604_NB501677_0276_AHVMT2BGX5 --output-dir /n/boslfs/ANALYSIS/180604_NB501677_0276_AHVMT2BGX5 --processing-threads 8 --no-lane-splitting --mask-short-adapter-reads 0 --use-bases-mask y*,y*,y*,y*
https://developer.basespace.illumina.com/docs/content/documentation/cli/cli-overview
Add text “chr” to #CHROM column of VCF
$ bcftools annotate --rename-chrs <map_file.txt> sample.vcf.gz
map file should contain “old_name new_name” pairs separated by whitespaces, each on a separate line