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

Move long read preprocessing into a subworkflow #674

Merged
merged 37 commits into from
Oct 11, 2024

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    08445cf View commit details
    Browse the repository at this point in the history
  2. Move long read preprocessing into subworkflow, and swapping porechop …

    …module to porechop/abi
    adro committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5aa3049 View commit details
    Browse the repository at this point in the history
  3. Remove module import from main workflow, and add PORECHOP_ABI in conf…

    …/modules.config
    adro committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    451612a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    59ef702 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd5ce2f View commit details
    Browse the repository at this point in the history
  3. Added --longread_preprocessing_tools parameters, to let user specify …

    …long read preprocessing tools. Currently only has the option to specify porechop_abi, but I decided this is a nice solution for future tools that the user might want to chose among
    muabnezor committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5820fb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    5335fc5 View commit details
    Browse the repository at this point in the history
  2. Update modules/nf-core/filtlong/main.nf

    Fix linting problem
    muabnezor authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1496ce9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    c11601a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31deb5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2da50b View commit details
    Browse the repository at this point in the history
  4. lint

    muabnezor committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8955e31 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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

Commits on Oct 3, 2024

  1. Update CHANGELOG.md

    Co-authored-by: James A. Fellows Yates <[email protected]>
    muabnezor and jfy133 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    3e15502 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Co-authored-by: James A. Fellows Yates <[email protected]>
    muabnezor and jfy133 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ec8538c View commit details
    Browse the repository at this point in the history
  3. Update nextflow_schema.json

    Co-authored-by: James A. Fellows Yates <[email protected]>
    muabnezor and jfy133 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c6fb9b3 View commit details
    Browse the repository at this point in the history
  4. Update conf/modules.config

    Co-authored-by: James A. Fellows Yates <[email protected]>
    muabnezor and jfy133 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b24f52f View commit details
    Browse the repository at this point in the history
  5. Update conf/modules.config

    Co-authored-by: James A. Fellows Yates <[email protected]>
    muabnezor and jfy133 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    fcf509c View commit details
    Browse the repository at this point in the history
  6. Update conf/modules.config

    Co-authored-by: James A. Fellows Yates <[email protected]>
    muabnezor and jfy133 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8f9cac6 View commit details
    Browse the repository at this point in the history
  7. Update nextflow_schema.json

    Co-authored-by: James A. Fellows Yates <[email protected]>
    muabnezor and jfy133 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    10ecdc5 View commit details
    Browse the repository at this point in the history
  8. Update nextflow.config

    Co-authored-by: James A. Fellows Yates <[email protected]>
    muabnezor and jfy133 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ea6f9a4 View commit details
    Browse the repository at this point in the history
  9. Update subworkflows/local/longread_preprocessing.nf

    Co-authored-by: James A. Fellows Yates <[email protected]>
    muabnezor and jfy133 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b43b9f6 View commit details
    Browse the repository at this point in the history
  10. Update subworkflows/local/longread_preprocessing.nf

    Co-authored-by: James A. Fellows Yates <[email protected]>
    muabnezor and jfy133 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    25981a1 View commit details
    Browse the repository at this point in the history
  11. Update subworkflows/local/longread_preprocessing.nf

    Co-authored-by: James A. Fellows Yates <[email protected]>
    muabnezor and jfy133 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    edf8dab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0a06944 View commit details
    Browse the repository at this point in the history
  13. Linting fix

    muabnezor committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    669a854 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a1098f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Fix changelog

    muabnezor committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    17ba45c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f54c967 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    110b5dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3472c87 View commit details
    Browse the repository at this point in the history
  5. retrigger checks

    muabnezor committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ab5f482 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2cfd5e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    7b31394 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78edf25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c3b46a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c7e954 View commit details
    Browse the repository at this point in the history