Skip to content

Conversation

jyw-atgithub
Copy link

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant