nf-core schema build default file names should match the convention
Nobody has claimed this yet.
- Dominant language
- MDX
- Stars
- 98
- Forks
- 298
- Avg merge
- 14h 38m
- Merged PRs (30d)
- 38
Description
Describe the bug
When using nf-core schema build and adding a "schema" to a parameter, the suggested name is input_schema.json, while the convention in the pipeline template is schema_input.json
Expected behaviour
We should build the suggested name with schema_<PARAM_NAME>.json
Additional context
Reported on Slack: https://nfcore.slack.com/archives/C056RQB10LU/p1695134974457569?thread_ts=1695134590.612809&cid=C056RQB10LU
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the nf-core schema build command and trace where the suggested schema filename is assembled. Compare the current input_schema.json suggestion with the pipeline template convention, and verify that a parameter named <PARAM_NAME> produces schema_<PARAM_NAME>.json.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100