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

Dev -> Master for 1.6 release #92

Merged
merged 40 commits into from
May 17, 2022
Merged

Dev -> Master for 1.6 release #92

merged 40 commits into from
May 17, 2022

Conversation

drpatelh
Copy link
Member

No description provided.

drpatelh and others added 30 commits December 1, 2021 09:32
Typo fix for ENA-API URL
Remove igenomes.config remnants from last template sync
Update CHANGELOG after merging template updates
Replace vanilla Linux Biocontainer with Ubuntu
refactor: use nf-core modules for sratools subworkflow
@github-actions
Copy link

github-actions bot commented May 16, 2022

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit 922e81c

+| ✅ 143 tests passed       |+
#| ❔   2 tests were ignored |#
!| ❗   4 tests had warnings |!

❗ Test warnings:

  • files_exist - File not found: conf/igenomes.config
  • files_exist - File not found: lib/WorkflowFetchngs.groovy
  • nextflow_config - Config manifest.version should end in dev: '1.6'
  • readme - README did not have a Nextflow minimum version badge.

❔ Tests ignored:

  • files_unchanged - File ignored due to lint config: assets/sendmail_template.txt
  • files_unchanged - File ignored due to lint config: lib/NfcoreTemplate.groovy

✅ Tests passed:

Run details

  • nf-core/tools version 2.4.1
  • Run at 2022-05-17 10:55:02

@drpatelh
Copy link
Member Author

Tests should be fixed when #91 is merged

Copy link
Contributor

@Midnighter Midnighter left a comment

Choose a reason for hiding this comment

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

Small question, otherwise looks good.

Comment on lines +62 to +68
// Load nf-core/fetchngs custom profiles from different institutions.
// Warning: Uncomment only if a pipeline-specific instititutional config already exists on nf-core/configs!
// try {
// includeConfig "${params.custom_config_base}/pipeline/fetchngs.config"
// } catch (Exception e) {
// System.err.println("WARNING: Could not load nf-core/config/fetchngs profiles: ${params.custom_config_base}/pipeline/fetchngs.config")
// }
Copy link
Contributor

Choose a reason for hiding this comment

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

You adding this again?

Copy link
Member

Choose a reason for hiding this comment

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

Actually, I was going to ask why this was commented, don't remember now

Copy link
Member Author

Choose a reason for hiding this comment

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

That snippet is commented and included there for convenience just in case someone needs to add a pipeline-specific configuration to nf-core/configs e.g. here. This came in through the template sync yesterday and won't do any harm to have here.

Copy link
Member

@JoseEspinosa JoseEspinosa left a comment

Choose a reason for hiding this comment

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

Awesome job @Midnighter and @drpatelh 🚀

Comment on lines +62 to +68
// Load nf-core/fetchngs custom profiles from different institutions.
// Warning: Uncomment only if a pipeline-specific instititutional config already exists on nf-core/configs!
// try {
// includeConfig "${params.custom_config_base}/pipeline/fetchngs.config"
// } catch (Exception e) {
// System.err.println("WARNING: Could not load nf-core/config/fetchngs profiles: ${params.custom_config_base}/pipeline/fetchngs.config")
// }
Copy link
Member

Choose a reason for hiding this comment

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

Actually, I was going to ask why this was commented, don't remember now

@Midnighter
Copy link
Contributor

Would like to bring in #93 before a release.

@drpatelh
Copy link
Member Author

Over to you to merge and create the release @Midnighter 😁

@Midnighter Midnighter merged commit 7b7ab2f into master May 17, 2022
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.

6 participants