Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@apeltzer
Copy link
Member

This is a maintenance release mainly used to fix issues with time-outing tbl2asn (in prokka).

  • Adds some updates to tools used (where possible) - dependencies are now in larger fractions in separate containers from biocontainers to get things working more smoothly.
  • Adds JSON Schema for Workflow to launch pipeline more easily (see here

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 necessary, also make a PR on the nf-core/bacass branch on the nf-core/test-datasets repo
  • Ensure the test suite passes (nextflow run . -profile test,docker).
  • Make sure your code lints (nf-core lint .).
  • Documentation in docs is updated
  • CHANGELOG.md is updated
  • README.md is updated

Learn more about contributing: https://github.com/nf-core/bacass/tree/master/.github/CONTRIBUTING.md

@apeltzer apeltzer requested a review from a team October 14, 2020 18:45
@github-actions
Copy link

github-actions bot commented Oct 14, 2020

nf-core lint overall result: Passed ✅

Updated for pipeline commit 9485619

+| ✅ 101 tests passed       |+
!| ❗  7 tests had warnings |!
-| ❌  0 tests failed       |-
Details

❗ Test warnings:

  • Test #4 - Config manifest.version should end in dev: '1.1.1'
  • Test #5 - GitHub Actions AWS full test should test full datasets: /home/runner/work/bacass/bacass/.github/workflows/awsfulltest.yml
  • Test #8 - Conda package is not latest available: python=3.7.3, 3.9.0 available
  • Test #8 - Conda package is not latest available: conda-forge::markdown=3.3, 3.3.3 available
  • Test #8 - Conda package is not latest available: conda-forge::pygments=2.7.1, 2.7.2 available
  • Test #8 - Conda package is not latest available: kraken2=2.0.9beta, 2.1.0 available
  • Test #8 - Conda package is not latest available: canu=2.0, 2.1.1 available

✅ Tests passed:

  • Test #1 - File found: nextflow.config
  • Test #1 - File found: nextflow_schema.json
  • Test #1 - File found: LICENSE or LICENSE.md or LICENCE or LICENCE.md
  • Test #1 - File found: README.md
  • Test #1 - File found: CHANGELOG.md
  • Test #1 - File found: docs/README.md
  • Test #1 - File found: docs/output.md
  • Test #1 - File found: docs/usage.md
  • Test #1 - File found: .github/workflows/branch.yml
  • Test #1 - File found: .github/workflows/ci.yml
  • Test #1 - File found: .github/workflows/linting.yml
  • Test #1 - File found: main.nf
  • Test #1 - File found: environment.yml
  • Test #1 - File found: Dockerfile
  • Test #1 - File found: conf/base.config
  • Test #1 - File found: .github/workflows/awstest.yml
  • Test #1 - File found: .github/workflows/awsfulltest.yml
  • Test #1 - File not found check: Singularity
  • Test #1 - File not found check: parameters.settings.json
  • Test #1 - File not found check: bin/markdown_to_html.r
  • Test #1 - File not found check: .travis.yml
  • Test #3 - Licence check passed
  • Test #2 - Dockerfile check passed
  • Test #4 - Config variable found: manifest.name
  • Test #4 - Config variable found: manifest.nextflowVersion
  • Test #4 - Config variable found: manifest.description
  • Test #4 - Config variable found: manifest.version
  • Test #4 - Config variable found: manifest.homePage
  • Test #4 - Config variable found: timeline.enabled
  • Test #4 - Config variable found: trace.enabled
  • Test #4 - Config variable found: report.enabled
  • Test #4 - Config variable found: dag.enabled
  • Test #4 - Config variable found: process.cpus
  • Test #4 - Config variable found: process.memory
  • Test #4 - Config variable found: process.time
  • Test #4 - Config variable found: params.outdir
  • Test #4 - Config variable found: params.input
  • Test #4 - Config variable found: manifest.mainScript
  • Test #4 - Config variable found: timeline.file
  • Test #4 - Config variable found: trace.file
  • Test #4 - Config variable found: report.file
  • Test #4 - Config variable found: dag.file
  • Test #4 - Config variable found: process.container
  • Test #4 - Config variable (correctly) not found: params.version
  • Test #4 - Config variable (correctly) not found: params.nf_required_version
  • Test #4 - Config variable (correctly) not found: params.container
  • Test #4 - Config variable (correctly) not found: params.singleEnd
  • Test #4 - Config variable (correctly) not found: params.igenomesIgnore
  • Test #4 - Config timeline.enabled had correct value: true
  • Test #4 - Config report.enabled had correct value: true
  • Test #4 - Config trace.enabled had correct value: true
  • Test #4 - Config dag.enabled had correct value: true
  • Test #4 - Config manifest.name began with nf-core/
  • Test #4 - Config variable manifest.homePage began with https://github.com/nf-core/
  • Test #4 - Config dag.file ended with .svg
  • Test #4 - Config variable manifest.nextflowVersion started with >= or !>=
  • Test #4 - Config process.container looks correct: nfcore/bacass:1.1.1
  • Test #5 - GitHub Actions 'branch' workflow is triggered for PRs to master: /home/runner/work/bacass/bacass/.github/workflows/branch.yml
  • Test #5 - GitHub Actions 'branch' workflow looks good: /home/runner/work/bacass/bacass/.github/workflows/branch.yml
  • Test #5 - GitHub Actions CI is triggered on expected events: /home/runner/work/bacass/bacass/.github/workflows/ci.yml
  • Test #5 - CI is building the correct docker image: docker build --no-cache . -t nfcore/bacass:1.1.1
  • Test #5 - CI is pulling the correct docker image: docker pull nfcore/bacass:dev
  • Test #5 - CI is tagging docker image correctly: docker tag nfcore/bacass:dev nfcore/bacass:1.1.1
  • Test #5 - Continuous integration checks minimum NF version: /home/runner/work/bacass/bacass/.github/workflows/ci.yml
  • Test #5 - GitHub Actions linting workflow is triggered on PR and push: /home/runner/work/bacass/bacass/.github/workflows/linting.yml
  • Test #5 - Continuous integration runs Markdown lint Tests: /home/runner/work/bacass/bacass/.github/workflows/linting.yml
  • Test #5 - Continuous integration runs nf-core lint Tests: /home/runner/work/bacass/bacass/.github/workflows/linting.yml
  • Test #5 - GitHub Actions AWS test is triggered on workflow_dispatch: /home/runner/work/bacass/bacass/.github/workflows/awstest.yml
  • Test #5 - GitHub Actions AWS full test is triggered only on published release and workflow_dispatch: /home/runner/work/bacass/bacass/.github/workflows/awsfulltest.yml
  • Test #6 - README Nextflow minimum version badge matched config. Badge: 19.10.0, Config: 19.10.0
  • Test #6 - README had a bioconda badge
  • Test #8 - Conda environment name was correct (nf-core-bacass-1.1.1)
  • Test #8 - Conda dependency had pinned version number: python=3.7.3
  • Test #8 - Conda dependency had pinned version number: conda-forge::markdown=3.3
  • Test #8 - Conda dependency had pinned version number: conda-forge::pymdown-extensions=8.0.1
  • Test #8 - Conda package is latest available: conda-forge::pymdown-extensions=8.0.1
  • Test #8 - Conda dependency had pinned version number: conda-forge::pygments=2.7.1
  • Test #8 - Conda dependency had pinned version number: fastqc=0.11.9
  • Test #8 - Conda package is latest available: fastqc=0.11.9
  • Test #8 - Conda dependency had pinned version number: multiqc=1.9
  • Test #8 - Conda package is latest available: multiqc=1.9
  • Test #8 - Conda dependency had pinned version number: skewer=0.2.2
  • Test #8 - Conda package is latest available: skewer=0.2.2
  • Test #8 - Conda dependency had pinned version number: kraken2=2.0.9beta
  • Test #8 - Conda dependency had pinned version number: conda-forge::parallel=20200922
  • Test #8 - Conda package is latest available: conda-forge::parallel=20200922
  • Test #8 - Conda dependency had pinned version number: miniasm=0.3_r179
  • Test #8 - Conda package is latest available: miniasm=0.3_r179
  • Test #8 - Conda dependency had pinned version number: racon=1.4.13
  • Test #8 - Conda package is latest available: racon=1.4.13
  • Test #8 - Conda dependency had pinned version number: minimap2=2.17
  • Test #8 - Conda package is latest available: minimap2=2.17
  • Test #8 - Conda dependency had pinned version number: canu=2.0
  • Test #8 - Conda dependency had pinned version number: h5py=2.10.0
  • Test #8 - Conda package is latest available: h5py=2.10.0
  • Test #9 - Found all expected strings in Dockerfile file
  • Test #12 - Name adheres to nf-core convention
  • Test #13 - Did not find any cookiecutter template strings (55 files)
  • Test #14 - Schema lint passed
  • Test #14 - Schema title + description lint passed
  • Test #15 - Schema matched params returned from nextflow config

Run details:

  • nf-core/tools version 1.11
  • Run at 2020-11-05 10:21:49

Copy link
Member

@ggabernet ggabernet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@apeltzer apeltzer requested a review from jfy133 November 5, 2020 10:06
@apeltzer
Copy link
Member Author

apeltzer commented Nov 5, 2020

Adressed your points @maxulysse / @jfy133

@apeltzer apeltzer merged commit 4500b3b into master Nov 5, 2020
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.

7 participants