#!/bin/bash

for i in {1..100}
do
  python3 test_SCN1A_variants.py $i
done