Open jyw-atgithub opened 1 year ago
declare -A mapping_option=(["clr"]="map-pb" ["hifi"]="asm20" ["ont"]="map-ont")
Without declaration, the array does not work, unless the keys are only integers.
declare -A mapping_option=(["clr"]="map-pb" ["hifi"]="asm20" ["ont"]="map-ont")
Without declaration, the array does not work, unless the keys are only integers.