9 lines
166 B
Bash
Executable file
9 lines
166 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# run all bash scripts for mcsm
|
|
|
|
#./step0_check_duplicate_SNPs.sh
|
|
#./step1_lig_output_urls.sh
|
|
./step2_lig_results.sh
|
|
./step3a_results_format_interim.sh
|
|
|