when I try to rename a method config by changing only the case (e.g. mutation_apobec
-> Mutation_APOBEC
),
I get an error:
If I change the name to something else, and then to my final name, it works:
mutation_apobec
-> apobec
-> Mutation_APOBEC
I suspect that the reason this happens is that the RAWLS API is incorrectly case-insensitive, while the UI is correctly case-sensitive.