salzman-lab / SPLASH

MIT License
40 stars 4 forks source link

fix bug for non-default element ann #42

Closed kaitlinchaung closed 2 years ago

kaitlinchaung commented 2 years ago

Remove dependence on default element annotation sets. Previously, this step would error if a custom element annotation set was used because it was missing columns. Now, *_top_ann columns will default to NaN.

github-actions[bot] commented 2 years ago

Markdown linting is failing

To keep the code consistent with lots of contributors, we run automated code consistency checks. To fix this CI test, please run:

Once you push these changes the test should pass, and you can hide this comment :+1:

We highly recommend setting up markdownlint in your code editor so that this formatting is done automatically on save. Ask about it on Slack for help!

Thanks again for your contribution!

github-actions[bot] commented 2 years ago

YAML linting is failing

To keep the code consistent with lots of contributors, we run automated code consistency checks. To fix this CI test, please run:

Once you push these changes the test should pass, and you can hide this comment :+1:

We highly recommend setting up yaml-lint in your code editor so that this formatting is done automatically on save. Ask about it on Slack for help!

Thanks again for your contribution!