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

Create subworkflow to filter reads from blacklisted regions #17

Merged
merged 45 commits into from
Oct 23, 2023

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    a0db97e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79da438 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17aff05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68cad32 View commit details
    Browse the repository at this point in the history
  5. fix: subwf path

    kelly-sovacool committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    920d3f4 View commit details
    Browse the repository at this point in the history
  6. fix: module paths

    kelly-sovacool committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    45711eb View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. test: use custom test data locally

    because the github repo is internal right now, so can't access URLs
    kelly-sovacool committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c37ed1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc21b1e View commit details
    Browse the repository at this point in the history
  3. test: create test yml file

    had to do it manually due to nf-core tools not supporing local custom
    module repos yet for subworkflows.
    kelly-sovacool committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    dfa3e53 View commit details
    Browse the repository at this point in the history
  4. test: fix typos

    kelly-sovacool committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    526596d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ea9593 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a91df6c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6c93d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cee3348 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    78ac7d5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4fea74f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9f077fd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6bfbb9d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9b96e33 View commit details
    Browse the repository at this point in the history
  14. fix: tags -> keywords

    kelly-sovacool committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    54f6ec8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    de68017 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fc54cdd View commit details
    Browse the repository at this point in the history
  17. fix: path name

    kelly-sovacool committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    345bfe8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7cafadc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    cacbd19 View commit details
    Browse the repository at this point in the history
  20. fix: move subwf

    kelly-sovacool committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    8ffe127 View commit details
    Browse the repository at this point in the history
  21. test: fix tags

    kelly-sovacool committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7da422b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4b400e9 View commit details
    Browse the repository at this point in the history
  23. fix: paths

    kelly-sovacool committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    dea1cbc View commit details
    Browse the repository at this point in the history
  24. fix: paths

    kelly-sovacool committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    fba42fe View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    a126764 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a164f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78c0a31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5ef58a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dda4c74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c968f1e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    edf5c47 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f02c15c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d7a09c6 View commit details
    Browse the repository at this point in the history
  10. test: update tags

    kelly-sovacool committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7a4e832 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9712a24 View commit details
    Browse the repository at this point in the history
  12. refactor: use picard/samtofastq in filter_blacklist

    custom/bam2fastq probably fails due to naming scheme not matching nf-core
    kelly-sovacool committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    bd640b0 View commit details
    Browse the repository at this point in the history
  13. refactor: samtools_filter_aligned -> samtools_filteraligned

    process names can only have 1 underscore
    otherwise linting fails in subworkflows that use them
    kelly-sovacool committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    3453a34 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    caa0532 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a7ef376 View commit details
    Browse the repository at this point in the history