Is your feature request related to a problem? Please describe
Creating new modules with the nf-core modules create . --tool <tool_name_with_dash> --author <author_name> --label process_low --meta results in a suggestion to remove dashes from module name in which case required conda info are not automatically populated. If dashes are left in, command fails.
Describe the solution you'd like
The command should allow users supply the module name with dashes as in conda but remove the dashes in the code for consistent naming convention