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

Documentation update and added a full test #67

Open
wants to merge 69 commits into
base: dev
Choose a base branch
from

Conversation

RobJY
Copy link
Contributor

@RobJY RobJY commented Oct 31, 2024

I've made another pass or two through the documentation. It still needs work, but I'm starting a pull request so we can discuss.

This also adds a full test that can be run with:
nextflow run . -profile test_full,docker --outdir <OUTDIR>

PR checklist

  • 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
  • If necessary, also make a PR on the nf-core/mcmicro branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,test,docker --outdir <OUTDIR>).
  • 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).

@RobJY RobJY requested a review from jmuhlich October 31, 2024 18:03
Copy link

github-actions bot commented Oct 31, 2024

nf-core pipelines lint overall result: Failed ❌

Posted for pipeline commit 31a28e7

+| ✅ 167 tests passed       |+
#| ❔   1 tests were ignored |#
!| ❗  14 tests had warnings |!
-| ❌  13 tests failed       |-

❌ Test failures:

  • nextflow_config - Config variable (incorrectly) found: params.max_cpus
  • nextflow_config - Config variable (incorrectly) found: params.max_memory
  • nextflow_config - Config variable (incorrectly) found: params.max_time
  • nextflow_config - Old lines for loading custom profiles found. File should contain: ```groovy
    // Load nf-core custom profiles from different Institutions
    includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/nfcore_custom.config" : "/dev/null"
  • files_unchanged - .github/CONTRIBUTING.md does not match the template
  • files_unchanged - .github/PULL_REQUEST_TEMPLATE.md does not match the template
  • files_unchanged - .github/workflows/linting_comment.yml does not match the template
  • files_unchanged - .github/workflows/linting.yml does not match the template
  • files_unchanged - .gitignore does not match the template
  • actions_ci - '.github/workflows/ci.yml' is not triggered on expected events
  • actions_ci - Minimum pipeline NF version '23.04.0' is not tested in '.github/workflows/ci.yml'
  • actions_awsfulltest - .github/workflows/awsfulltest.yml is not triggered correctly
  • multiqc_config - assets/multiqc_config.yml does not contain a matching 'report_comment'.
    The expected comment is:
    This report has been generated by the <a href="https://github.com/nf-core/mcmicro/tree/dev" target="_blank">nf-core/mcmicro</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/mcmicro/dev/docs/output" target="_blank">documentation</a>.
    The current comment is:
    This report has been generated by the <a href="https://github.com/nf-core/mcmicro/releases/tag/2.0.0" target="_blank">nf-core/mcmicro</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/mcmicro/2.0.0/docs/output" target="_blank">documentation</a>.

❗ Test warnings:

  • files_exist - File not found: conf/igenomes_ignored.config
  • nextflow_config - nf-validation has been detected in the pipeline. Please migrate to nf-schema: https://nextflow-io.github.io/nf-schema/latest/migration_guide/
  • readme - README contains the placeholder zenodo.XXXXXXX. This should be replaced with the zenodo doi (after the first release).
  • pipeline_todos - TODO string in README.md: Add citation for pipeline after first release. Uncomment lines below and update Zenodo doi and badge at the top of this file.
  • pipeline_todos - TODO string in test_full.config: Specify the paths to your full test data ( on nf-core/test-datasets or directly in repositories, e.g. SRA)
  • pipeline_todos - TODO string in test_full.config: Give any required params for the test so that command line flags are not needed
  • pipeline_todos - TODO string in test.config: Specify the paths to your test data on nf-core/test-datasets
  • pipeline_todos - TODO string in test.config: Give any required params for the test so that command line flags are not needed
  • pipeline_todos - TODO string in base.config: Check the defaults for all processes
  • pipeline_todos - TODO string in base.config: Customise requirements for specific processes.
  • pipeline_todos - TODO string in awsfulltest.yml: You can customise AWS full pipeline tests as required
  • pipeline_todos - TODO string in ci.yml: # You can customise CI pipeline run tests as required
  • schema_lint - Parameter input not found in schema
  • nfcore_yml - nf-core version in .nf-core.yml is not set to the latest version. Should be 3.0.2 but was 3.0.1

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 3.0.2
  • Run at 2024-10-31 18:40:04

@kbestak
Copy link
Contributor

kbestak commented Nov 4, 2024

As with the other PR, let's first merge the template update, then resolve conflicts as I see a lot of repeated changes between this, and #66.

@RobJY
Copy link
Contributor Author

RobJY commented Nov 4, 2024

Sounds good. I was trying to work around things that would be effected by the template merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants