-
Notifications
You must be signed in to change notification settings - Fork 7
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
Release 1.0.1 - Minor template update release #41
Conversation
Important! Template update for nf-core/tools v2.13.1
Added option for using draft genomes with insilicoseq
modified changelog for minor release and bumped version number
Fixing the failing tests in Release 1.0.1
…ma separated list of groups
run: | | ||
curl -s https://nf-co.re/pipelines.json | jq -r '.remote_workflows[] | select(.full_name == "${{ github.repository }}") | .topics[]' | awk '{print "#"$0}' | tr '\n' ' ' >> $GITHUB_OUTPUT |
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.
run: | | |
curl -s https://nf-co.re/pipelines.json | jq -r '.remote_workflows[] | select(.full_name == "${{ github.repository }}") | .topics[]' | awk '{print "#"$0}' | tr '\n' ' ' >> $GITHUB_OUTPUT | |
run: | | |
echo "topics=$(curl -s https://nf-co.re/pipelines.json | jq -r '.remote_workflows[] | select(.full_name == "${{ github.repository }}") | .topics[]' | awk '{print "#"$0}' | tr '\n' ' ')" >> $GITHUB_OUTPUT |
A small oversight in the last template release, this is from the current dev branch, to make this action actually work
Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
added pattern to ncbidownload_group to allow a comma separated list of groups
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.
Looks good to me, just a few minor things.
main.nf
Outdated
// Validate input parameters | ||
if (params.validate_params) { | ||
validateParameters() | ||
// TODO nf-core: Remove this line if you don't need a FASTA file |
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.
TODO still here
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.
Should note that multiqc version has changed 1.19 -> 1.21
CHANGELOG.md
Outdated
@@ -3,7 +3,20 @@ | |||
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.0.0 - 2024-02-07 | |||
## 1.0.1 - 2024-03-22 |
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.
## 1.0.1 - 2024-03-22 | |
## 1.0.1 - 2024-03-23 |
Co-authored-by: Simon Pearce <24893913+SPPearce@users.noreply.github.com>
Changes based on PR #41 reviews
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,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).