quantms
quantms copied to clipboard
Adhere to coding standards
Description of feature
We are ignoring the following nf-core standards:
Please use the following naming schemes, to make it easy to understand what is going where.
- initial process channel:
ch_output_from_<process> - intermediate and terminal channels:
ch_<previousprocess>_for_<nextprocess>