[Bioinfo] GATK ERROR: attempting to calculate the mismatch count against a reference string that is smaller than the read
Before variant calling process, the local realignment at indel regions is known to reduce false positives of variant calls (ref1). There are a few types of errors.
ERROR MESSAGE: attempting to calculate the mismatch count against a reference string that is smaller than the read
options: -evalue 1e-10 (E value threshold) -num_threads 8 (Number of threads (CPUs) to use in blast search.) -perc_identity 97 (% identity cutoff) -num_descriptions 5 (hit # threshold)
[Linux] Delete/Remove files before certain days with certain extension
1. Find files under current directory (maximum 4 subdirectories) at least 1 day ago | select files with ‘.bam’ | select files with ‘variant’ | output file list to variant_bam_removed.txt