-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add / revise vignettes #216
Conversation
so that paths from readthedocs infra don't appear in the docs Instead of setting the default to a constant, set it to None for all the functions, and then if it is None, set it to that constant inside the function
so that myst-nb executes jupyter notebook in .md format. Not clear to me why renders worked before without this.
aaf52c5
to
e1bebc6
Compare
Codecov ReportBase: 94.17% // Head: 94.37% // Increases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #216 +/- ##
==========================================
+ Coverage 94.17% 94.37% +0.20%
==========================================
Files 39 39
Lines 1407 1459 +52
==========================================
+ Hits 1325 1377 +52
Misses 82 82
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
e1bebc6
to
f982dae
Compare
in crowsetta/formats/seq/generic.py. - Refactor `annot2csv` function into `annot2df` function that return the pandas.Dataframe, and `annot2csv` that now just calls `annot2df` and then saves the result. - Add `to_df` method on `GenericSeq` class that uses `annot2df`.
f982dae
to
bdc578b
Compare
Fixes #197 and #91