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

Add / revise vignettes #216

Merged
merged 19 commits into from
Jan 28, 2023
Merged

Add / revise vignettes #216

merged 19 commits into from
Jan 28, 2023

Commits on Jan 28, 2023

  1. CLN: Fix default user_data_dir in data module

    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
    NickleDave committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    3d79275 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78f6d59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34af526 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97c5366 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fe3d26 View commit details
    Browse the repository at this point in the history
  6. DOC/BUG: Add .md to source suffixes in doc/conf.py

    so that myst-nb executes jupyter notebook in .md format.
    
    Not clear to me why renders worked before without this.
    NickleDave committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    16abc94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0bdd51 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7510306 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c6c78a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa8dae8 View commit details
    Browse the repository at this point in the history
  11. Revise index.md

    NickleDave committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    2f8734d View commit details
    Browse the repository at this point in the history
  12. ENH: Add ability to convert GenericSeq to DataFrame

    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`.
    NickleDave committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    ee6562c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e43e360 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e753797 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e342ce0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    09d511b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cbcc10a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c2172ee View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bdc578b View commit details
    Browse the repository at this point in the history