Closed rhshah closed 2 weeks ago
@huyu335 can you check if this is all we need to do, I updated the schema in yaml_to_md, made a release and modified the following parts in test.yml
@huyu335 can you check if this is all we need to do, I updated the schema in yaml_to_md, made a release and modified the following parts in test.yml
Hi @rhshah thanks for the update! I also added one commit to update the generation of markdown files.
Also update schema json files from nf-core modules.
Also did a small testing. Verifying markdown does not show any error now.
Update for new modules schema
PR checklist
Closes ###
feature/<module_name>
for modules, orfeature/<subworkflow_name>
for subworkflows. For modules, if there is a subcommand use:feature/<module_name>/<module_subcommand>
.versions.yml
file.label
.nf-core modules --git-remote https://github.com/mskcc-omics-workflows/modules.git -b <module_branch> test <MODULE> --profile docker
nf-core modules --git-remote https://github.com/mskcc-omics-workflows/modules.git -b <module_branch> test <MODULE> --profile singularity
nf-core modules --git-remote https://github.com/mskcc-omics-workflows/modules.git -b <module_branch> test <MODULE> --profile conda
nf-core subworkflows --git-remote https://github.com/mskcc-omics-workflows/modules.git -b <subworkflow_branch> test <SUBWORKFLOW> --profile docker
nf-core subworkflows --git-remote https://github.com/mskcc-omics-workflows/modules.git -b <subworkflow_branch> test <SUBWORKFLOW> --profile singularity
nf-core subworkflows --git-remote https://github.com/mskcc-omics-workflows/modules.git -b <subworkflow_branch> test <SUBWORKFLOW> --profile conda