Skip to content

KSTAR nextflow seems to run tsv but not csv files #56

@gabys2006

Description

@gabys2006

Describe the bug
I KSTAR nextflow on Rivanna HPC. Process stopped during the second step, calculating hypergeometric values after binarizing data.
Image

Image

Data log showed that all data columns were empty.

Image

To Reproduce
Steps to reproduce the behavior:
File was saved as a csv using pandas (df.to_csv ("path") (attached)
TCR_mapped_1UPidNoDups_ACC_SITE.csv

Expected behavior
I would have expected KSTAR to run through the full kinase activity calculation algorithm as usual. When I saved the same files as tsv (df.to_csv(path, sep='\t', index=False), KSTAR ran successfully. I did omit the index in this second save (index=TRUE is default), could also be the issue?

Additional context
I did check that the threshold was low enough to leave sites in the binarized data file. ~100+ sites were left in each column.

Metadata

Metadata

Assignees

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