You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new module, the module author is not added to bottom of the meta.yml. It's written as "None" instead.
output in meta.yml:
...
authors:
- "None"
Command used and terminal output
$ nf-core modules create purgedups/getseqs ,--./,-. ___ __ __ __ ___ /,-._.--~\ |\ | |__ __ / ` / \ |__) |__ } { | \| | \__, \__/ | \ |___ \`-._,-`-, `._,._,' nf-core/tools version 2.7.1 - https://nf-co.reINFO Repository type: modules INFO Press enter to use default values (shown in brackets) or type your own responses. ctrl+click underlined text to open links. WARNING Could not find Conda dependency using the Anaconda API: 'purgedups' Do you want to enter a different Bioconda package name? [y/n]: yName of Bioconda package: purge_dupsINFO Using Bioconda package: 'bioconda::purge_dups=1.2.6' INFO Could not find a Docker/Singularity container (Unexpected response code `503` for https://api.biocontainers.pro/ga4gh/trs/v2/tools/purge_dups/versions/purge_dups-1.2.6) GitHub Username: (@author): @mahesh-panchalINFO Provide an appropriate resource label for the process, taken from the nf-core pipeline template. For example: process_single, process_low, process_medium, process_high, process_long ? Process resource label: process_singleINFO Where applicable all sample-specific information e.g. 'id', 'single_end', 'read_group' MUST be provided as an input via a Groovy Map called 'meta'. This information may not be required in some instances, for example indexing reference genome files. Will the module require a meta map of sample information? [y/n] (y): yINFO Created / edited following files: ./modules/nf-core/purgedups/getseqs/main.nf ./modules/nf-core/purgedups/getseqs/meta.yml ./tests/modules/nf-core/purgedups/getseqs/main.nf ./tests/modules/nf-core/purgedups/getseqs/test.yml ./tests/modules/nf-core/purgedups/getseqs/nextflow.config ./tests/config/pytest_modules.yml
System information
Nextflow version: version 22.10.1
Hardware: Cloud (Gitpod)
Executor: local
OS: Unix (Gitpod)
nf-core/tools: 2.7.1
python: 3.9.15
The text was updated successfully, but these errors were encountered:
I guess we don't have a test to check that file and the author section, because this is due to us not returning from the get_username method in components_create
And actually I think even if we did we are not assigning the result properly.
Description of the bug
When creating a new module, the module author is not added to bottom of the
meta.yml
. It's written as"None"
instead.output in
meta.yml
:Command used and terminal output
System information
Nextflow version: version 22.10.1
Hardware: Cloud (Gitpod)
Executor: local
OS: Unix (Gitpod)
nf-core/tools: 2.7.1
python: 3.9.15
The text was updated successfully, but these errors were encountered: