Skip to content

pipeline expects different format of *.bed.cov* files #220

@marnec

Description

@marnec

Numerous scripts along the pipeline expects .bed.cov files format to be something along

chr1  start  end  name  offset  coverage

When their actual format is

chr1  start  end  name   coverage  strand  many_other_fields

While I could fix this in pipeline/scripts/{gap_annotator.py, qc_report.py} and in pipeline_stages_congif-groovy at line 939, I instead couldn't at line 1214.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions