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

Add new version syntax based on yml files to the pipeline #119

Merged
merged 25 commits into from
Nov 12, 2021

Conversation

JoseEspinosa
Copy link
Member

@JoseEspinosa JoseEspinosa commented Nov 9, 2021

This PR implements the new way of outputing software versions. Software version(s) are now reported for every module imported during a given pipeline execution that is emitted in a versions.yml file.
Other minor changes:

  • params.skip_mirdeep switch is implemented on smrnaseq.nf instead of inside the modules involved in MIRDEEP2 subworkflow.
  • Remove hostnames to avoid error in json schema validation in new Nextflow releases (see here JSON schema validation error with 21.10.0-SNAPSHOT  tools#1304)
  • Update mirbase urls
  • Update singularity container of modules/local/bowtie_map_mirna.nf to match docker one.

PR checklist

  • This comment contains a description of changes (with reason).
  • Make sure your code lints (nf-core lint .).
  • Ensure the test suite passes (nextflow run . -profile test,docker).
  • CHANGELOG.md is updated.

@github-actions
Copy link

github-actions bot commented Nov 9, 2021

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 0019e48

+| ✅ 127 tests passed       |+
#| ❔   9 tests were ignored |#
!| ❗   2 tests had warnings |!

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: '2.0.0'
  • readme - README did not have a Nextflow minimum version mentioned in Quick Start section.

❔ Tests ignored:

  • files_exist - File is ignored: bin/scrape_software_versions.py
  • files_exist - File is ignored: modules/local/get_software_versions.nf
  • files_unchanged - File ignored due to lint config: .markdownlint.yml
  • files_unchanged - File ignored due to lint config: .github/CONTRIBUTING.md
  • files_unchanged - File ignored due to lint config: assets/email_template.html
  • files_unchanged - File ignored due to lint config: assets/email_template.txt
  • files_unchanged - File does not exist: bin/scrape_software_versions.py
  • files_unchanged - File ignored due to lint config: lib/NfcoreTemplate.groovy
  • files_unchanged - File ignored due to lint config: assets/multiqc_config.yaml

✅ Tests passed:

Run details

  • nf-core/tools version 2.1
  • Run at 2021-11-12 15:28:38

@JoseEspinosa JoseEspinosa marked this pull request as ready for review November 9, 2021 16:57
Copy link
Contributor

@FriederikeHanssen FriederikeHanssen left a comment

Choose a reason for hiding this comment

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

Nice looks good. Just a couple of things about open TODO statements and having initOptions left here and there.

modules/local/bowtie_map_mirna.nf Outdated Show resolved Hide resolved
modules/local/bowtie_map_mirna.nf Outdated Show resolved Hide resolved
modules/local/seqcluster_collapse.nf Outdated Show resolved Hide resolved
modules/local/trimgalore.nf Outdated Show resolved Hide resolved
Copy link
Contributor

@FriederikeHanssen FriederikeHanssen left a comment

Choose a reason for hiding this comment

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

lgtm

@JoseEspinosa
Copy link
Member Author

I think I have addressed now all @FriederikeHanssen suggestions (very nicely spotted 😄 ) + I updated the files from mirbase in the nextflow.config as discussed on slack.

@lpantano lpantano merged commit 3e25b1c into nf-core:dev Nov 12, 2021
nschcolnicov pushed a commit that referenced this pull request Oct 10, 2024
Re-add aws_tower config for running on Tower
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.

3 participants