Skip to content

VIRUSBreakend summary.tsv file has misformatted header line #504

@toddajohnson

Description

@toddajohnson

The header line in the final VIRUSBreakend 2.12.0 summary.tsv file has one less header label than there are columns, with column 14 label as alternate_kmer_count#rname. It looks like the virusbreakend code needs a field separator inserted between the two header input sources, and probably, the leading "#" removed:
grep taxid_genus $file_summary_references_tsv | tr -d '\n' > $file_summary_coverage_tsv.tmp head -1 $prefix_adjusted.merged.bam.coverage | tr -d '\n' >> $file_summary_coverage_tsv.tmp

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