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

Extract jinja_partials and fix CRISPRessoPooled fastp errors #425

Merged
merged 3 commits into from
Apr 24, 2024

Commits on Apr 23, 2024

  1. Updated README (#64)

    * Updating README to fix argument, email, and formatting
    
    * removing superfluous files
    
    * Add link to CRISPRessoPro, move CRISPRessoPro section to end, and fix JSON formatting
    
    * Remove link to CRISPRessoPro
    
    * Replace Docker badge with link to tags
    
    * Add bullet points to Guardrails section and improve formatting
    
    * Fix typo and removed colons from guardrails
    
    ---------
    
    Co-authored-by: Cole Lyman <cole@colelyman.com>
    trevormartinj7 and Colelyman committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    abc2910 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Extract jinja_partials (#65)

    * Extract jinja_partials code
    
    * Remove Plotly dependency from setup.py
    Colelyman committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ce0bcec View commit details
    Browse the repository at this point in the history
  2. Fix CRISPRessoPooled flash errors (#68)

    * Fix replacing flash intermediate files with fastp intermediate files
    
    This also moves where the files are added to `files_to_remove` up to
    near where they are created.
    
    * Update to run test branch with paired end Pooled test
    
    * Add pooled-paired-sim test to integration tests
    
    * Replace flash and trimmomatic with fastp and remove plotly from Github Actions environment
    
    * Change test branch back to master
    Colelyman committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    af4aa21 View commit details
    Browse the repository at this point in the history