Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Benoitdw opened this issue Sep 9, 2021 · 1 comment
Open

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

Benoitdw opened this issue Sep 9, 2021 · 1 comment
Labels
good first issue Good for newcomers

Comments

@Benoitdw
Copy link

Benoitdw commented Sep 9, 2021

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 !

@PengJia6 PengJia6 added the good first issue Good for newcomers label Sep 14, 2021
@PengJia6
Copy link
Contributor

Thanks for you report! Does this software help you with your research work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants