@@ -125,17 +126,9 @@ To align placental mammals, we used previously determined lastz parameters (K =
To align placental mammals, we used the lastz alignment parameters K = 2400, L = 3000, Y = 9400, H = 2000 and the lastz default scoring matrix, correspond- ing to parameter set 2 in Table 1. To align non-placental vertebrates, we used K = 2400, L = 3000, Y = 3400, H = 2000 and the HoxD55 scoring matrix. Citation: Increased alignment sensitivity improves the usage of genome alignments for comparative gene annotation. Nucleic Acids Res. 2017;45(14):8369–77.
```
TRA=($(for file in *.fa; do echo $file |cut -d "." -f 1;done))
echo ${TRA[@]}
for tr in ${TRA[@]};
Create commands for running lastZ for all scaffolds: `lastz.sh`