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

fix: 'infinite' value cannot pass to R script #2476

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Aug 8, 2023

  1. fix: proper reuse of rule proxies when importing several times from t…

    …he same module (snakemake#2404)
    
    ### Description
    
    <!--Add a description of your PR here-->
    
    ### QC
    <!-- Make sure that you can tick the boxes below. -->
    
    * [x] The PR contains a test case for the changes or the changes are
    already covered by an existing test case.
    * [x] The documentation (`docs/`) is updated to reflect the changes or
    this is not necessary (e.g. if the change does neither modify the
    language nor the behavior or functionalities of Snakemake).
    johanneskoester committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4e31f2d View commit details
    Browse the repository at this point in the history
  2. update changelog

    johanneskoester committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    b76cfff View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. fix: ensure that targetjob is always forced. This fixes a bug causing…

    … run-directive rules to not being executed even when enforced via e.g. -R.
    johanneskoester committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    fbed5be View commit details
    Browse the repository at this point in the history
  2. fix: also inherit rule proxies if there is no rulename modifier spec…

    …ified in a use rule statement
    johanneskoester committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    13519c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7feaef0 View commit details
    Browse the repository at this point in the history
  4. update changelog

    johanneskoester committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    0998cc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    cf4c99e View commit details
    Browse the repository at this point in the history