Skip to content

Fix samplesheet channel when norm step #72

@RaqManzano

Description

@RaqManzano

Description of the bug

This is a very easy fix, just need to add a new condition after checking meta.status == 0:

else if (meta.sample.contains("vs")) {
                          // Sample already has "vs" format, use as is
                          meta = meta + [id: meta.sample, data_type: 'vcf', variantcaller: variantcaller]
                          return [ meta - meta.subMap('lane'), vcf ]
                           }

This should avoid some weird sample names. Putting it here as it would be good to revise the whole subworkflow in case there is need for some small fix somewhere else related to this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions