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

Reorganise local modules into subfolder/main.nf for consistency #1083

Merged
merged 7 commits into from
Oct 11, 2023

Commits on Oct 5, 2023

  1. Reorganises local modules into subfolder/main.nf

    Changes:
     - Moves every local module into a named subfolder
     - Each module uses a main.nf file
     - Improves consistency between modules (local and nf-core)
     - Should make it easier to create nf-tests
    
    Fixes #1080
    
    - [ ] This comment contains a description of changes (with reason).
    - [ ] If you've fixed a bug or added code that should be tested, add tests!
    - [ ] If you've added a new tool - have you followed the pipeline conventions in the [contribution docs](https://github.com/nf-core/rnaseq/tree/master/.github/CONTRIBUTING.md)
    - [ ] If necessary, also make a PR on the nf-core/rnaseq _branch_ on the [nf-core/test-datasets](https://github.com/nf-core/test-datasets) repository.
    - [ ] Make sure your code lints (`nf-core lint`).
    - [ ] Ensure the test suite passes (`nextflow run . -profile test,docker --outdir \u003cOUTDIR\u003e`).
    - [ ] Usage Documentation in `docs/usage.md` is updated.
    - [ ] Output Documentation in `docs/output.md` is updated.
    - [ ] `CHANGELOG.md` is updated.
    - [ ] `README.md` is updated (including new tool citations and authors/contributors).
    adamrtalbot committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    3112795 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a36b98 View commit details
    Browse the repository at this point in the history
  3. Changes:

     - Moves every local subworkflow into a named subfolder
     - Each workflow uses a main.nf file
     - Improves consistency between subworkflows (local and nf-core)
     - Should make it easier to create nf-tests
    adamrtalbot committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    966e19c View commit details
    Browse the repository at this point in the history
  4. CHANGELOG

    adamrtalbot committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    308081f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    6191d72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed219ad View commit details
    Browse the repository at this point in the history
  3. Update workflows/rnaseq.nf

    drpatelh authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    41afa96 View commit details
    Browse the repository at this point in the history