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

config/clades: remove excess whitespace #35

Merged
merged 1 commit into from Aug 29, 2023

Conversation

joverlee521
Copy link
Contributor

@joverlee521 joverlee521 commented Aug 29, 2023

Description of proposed changes

Discovered as part of nextstrain/augur#1293 that the clade TSVs for this repo has excess whitespace which causes it to bypass the default skip_blank_lines=True behavior for pandas.read_csv.

The issue has been fixed in Augur, but still nice to remove the excess whitespace here to keep things uniform with other pathogen clade TSVs.

Note that the trailing whitespace after inherited clade definitions are required.

Testing

  • Checks pass

Discovered as part of nextstrain/augur#1293 that the
clade TSVs for this repo has excess whitespace which causes it to bypass
the default `skip_blank_lines=True` behavior for `pandas.read_csv`.

The issue has been fixed in Augur, but still nice to remove the excess
whitespace here to keep things uniform with other pathogen clade TSVs.

Note that the trailing whitespace after inherited clade definitions
are required.
@joverlee521
Copy link
Contributor Author

Comparing the outputs for the CI run of this PR to the outputs of the CI run on the main branch from last week.

Clade annotations in the final Auspice JSONs match up except for a clade in rsv/b/G. However, it looks like a difference in tree building rather than a difference caused by the clade definitions.

Here's a screenshot of the tangletree with the left from this PR and the right from the main branch:

Screen Shot 2023-08-29 at 1 10 00 PM

@joverlee521 joverlee521 merged commit 4098eb6 into master Aug 29, 2023
6 checks passed
@joverlee521 joverlee521 deleted the clades-tsv-empty-lines branch August 29, 2023 20:34
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.

None yet

1 participant