Nextomics / NextPolish

Fast and accurately polish the genome generated by long reads.
GNU General Public License v3.0
213 stars 28 forks source link

modifiy the associative array #123

Open jyw-atgithub opened 1 year ago

jyw-atgithub commented 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.