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

Swtich singularity+conda setup to singularity setup for snakemake tasks #70

Merged
merged 25 commits into from
Apr 18, 2023

Commits on Apr 8, 2023

  1. moving most rules away from conda to just container

    Manavalan Gajapathy committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    97a429b View commit details
    Browse the repository at this point in the history
  2. fixes error in container path

    Manavalan Gajapathy committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    55fa344 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. refactors to remove wrapper dependency for multiqc

    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    e4a22cc View commit details
    Browse the repository at this point in the history
  2. refactors samtools stats away from wrapper

    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    e271ed5 View commit details
    Browse the repository at this point in the history
  3. refactors picard away from wrapper

    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    fcae80c View commit details
    Browse the repository at this point in the history
  4. fixes typo

    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    43a1c37 View commit details
    Browse the repository at this point in the history
  5. adds container to picard_collect_multiple_metrics

    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    7fa730d View commit details
    Browse the repository at this point in the history
  6. removes container for mosdepth-plot as python is missing in there

    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    1c377e1 View commit details
    Browse the repository at this point in the history
  7. fixes stupid bugs in picard rule

    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    de23673 View commit details
    Browse the repository at this point in the history
  8. adds rule-level container instead of pipeline-level

    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    9e1806e View commit details
    Browse the repository at this point in the history
  9. removes old conda and wrapper directives from rules

    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    59dab0f View commit details
    Browse the repository at this point in the history
  10. removes unused conda envs

    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    4844ae8 View commit details
    Browse the repository at this point in the history
  11. removes container as it can't be used with run directive

    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    6aa36f6 View commit details
    Browse the repository at this point in the history
  12. fixes wrong tool name in rule message

    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    069de64 View commit details
    Browse the repository at this point in the history
  13. removes non-ascii spacing character - this caused error when swithced…

    … to singularity in rule create_multiqc_config
    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    7df8b49 View commit details
    Browse the repository at this point in the history
  14. uses mulled container instead of quac_watch conda env

    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    2fbae66 View commit details
    Browse the repository at this point in the history
  15. removes quac-watch conda env

    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    69ba630 View commit details
    Browse the repository at this point in the history
  16. removes conda usage from snakemake cmd

    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    f497ad1 View commit details
    Browse the repository at this point in the history
  17. updates docs on env type created

    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    c1d5bec View commit details
    Browse the repository at this point in the history
  18. updates changelog

    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    b88fb10 View commit details
    Browse the repository at this point in the history
  19. removes globally-defined singularity container

    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    a740492 View commit details
    Browse the repository at this point in the history
  20. refactor rule aggregate_sample_rename_configs to use shell directive …

    …instead of run to run the job in singularity container
    Manavalan Gajapathy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    45f6283 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. adds github link

    Manavalan Gajapathy committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c681676 View commit details
    Browse the repository at this point in the history
  2. removes conda-create-envs-only section in docs

    Manavalan Gajapathy committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    fac42b8 View commit details
    Browse the repository at this point in the history
  3. adds optional step to pull singularity images

    Manavalan Gajapathy committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    012884b View commit details
    Browse the repository at this point in the history