Enhance schema to handle multiple files
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Nextflow
- Stars
- 23
- Forks
- 6
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 6
Description
Description of feature
ie:
vcf_*:
- file1.vcf.gz
- file2.vcf.gz
should work in parallel with:
vcf_*: file.vcf.gz
the vcf file(s) should then be collected in the subworkflow and served as 1 instance in the corresponding channel
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 by locating the schema handling for vcf_* and the corresponding subworkflow and channel logic. Compare the existing single-file input with the proposed list input; it is done when both forms are accepted and the selected VCF files are collected as one instance in the corresponding channel.
Written by the indexing model from the issue text.
Assessment
- Domain
- bioinformatics
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100