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

Fix bug when reading tsv files #73

Merged
merged 4 commits into from
Dec 10, 2021
Merged

Fix bug when reading tsv files #73

merged 4 commits into from
Dec 10, 2021

Conversation

maximskorik
Copy link
Member

  • set sep=None in read_csv(...) to let python's csv.Sniffer parse the file and identify a delimiter
  • otherwise define_separator(...) would parse the Galaxy's .dat file and based on that extension return a comma as a proper delimiter for all PandasData objects

Closes #72

@maximskorik maximskorik requested a review from hechth December 9, 2021 16:33
@hechth hechth merged commit ff98f0a into RECETOX:main Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug when using tsv files
2 participants