When specifying both amplicon_seq and expected_hdr_amplicon_seq values in CRISPRessoBatch, multiple qwc values are not accepted.
Runs properly:
CRISPRessoBatch --batch_settings batch4.tsv -qwc 5-10
CRISPRessoBatch --batch_settings batch4.tsv -qwc 5-10,5-10
returns the error:
File "/miniconda3/envs/crispresso2_env/lib/python3.12/site-packages/CRISPResso2/CRISPRessoBatchCORE.py", line 272, in main
curr_amplicon_quant_window_coordinates_arr[idx] = coords
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
IndexError: list assignment index out of range