I am going through the hello-nf-core training and noticed a discrepancy in the documentation. Part 4.1.1.3 we are just replacing lowercase cowpy with uppercase COWPY in core-hello/workflows/hello.nf, it says that the script should currently look like this:
I am not sure if I missed where the cowpy(ch_for_cowpy, params.character) switched to cowpy(CAT_CAT.out.file_out) and cowpy_hellos = cowpy.out switched to cowpy.out.cowpy_output in the previous section, or if this is just documentation errors.
Hi Emily, thanks for reporting this! It looks like that part of the docs is anticipating some changes that only get introduced later. That’s a mistake on our part, sorry. Section 1.1.3 should only be uppercasing cowpy to COWPY and cowpy.out to COWPY.out, without changing the call signature or emit. I’ll get this fixed asap.