-
Notifications
You must be signed in to change notification settings - Fork 14
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
Pipeline Release Version 1.1.0 #64
Conversation
…s until make_results_table
Important! Template update for nf-core/tools v2.12
modules/nf-core/multiqc/meta.yml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MultiQC is now a local module, except this meta file which is still here.
Why is it now a local module, what has changed?
CHANGELOG.md
Outdated
@@ -3,6 +3,33 @@ | |||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | |||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | |||
|
|||
## v1.1 - [2024-01-30] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## v1.1 - [2024-01-30] | |
## v1.1 - [2024-02-01] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor point about the multiqc file still in modules/nf-core.
If you are slightly changing the multiqc module from the one in the modules repo, you can use a patch file rather than moving it into local.
v1.1 - [2024-01-30]
Credits
Special thanks to the following for their input and contributions to the release:
Enhancements & fixes
assets/multiqc_config.yml
to fit new pipeline versionmosek_license_dir
andaa_data_repo
.ampliconarchitect
nextflow_schema.json
to give better details about how to use--circle_identifier
--circle_identifier
an essential parameter--input_format
an essential parameter--bwa_index
to accept only directory paths to the bwa index files. Makes the user input easier to not need to deal with file endings and patterns. Bug identified by Alex M. Ascensión in --bwa_index: string [database/indexes/GRCm38/BWA/genome.bwt] does not match pattern ^\S+\.\{amb,ann,bwt,pac,sa\}$ (database/indexes/GRCm38/BWA/genome.bwt) #68PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).