Skip to content

1st sample on the same line as the column header in output #1

@Benoitdw

Description

@Benoitdw

The detection mode generates a file where the first sample is on the same line as the column header :
image

This can be easily fix by adding a "\n" to the 47th line in detection.py :
such as :

output_file.write("sample_id,msi_status,probability_of_MSI-H")

is now :

output_file.write("sample_id,msi_status,probability_of_MSI-H\n")

Ty for your job !

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions