Nextomics / NextPolish

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

modifiy the associative array #123

Open jyw-atgithub opened 8 months ago

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