-
Notifications
You must be signed in to change notification settings - Fork 43
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
Prepare release 2.1.0 #96
Conversation
|
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.
LGTM
But actually, looking at https://nf-co.re/bacass/dev, some small stuff isnt rendered perfectly.
|
The test warnings complains about some TODO strings, those could be deleted if not relevant any more. |
Strange... I think the link in the markdown is correct:
I can access the link without any issue in my case |
Do you know if there is any method to debug the rendering process? (files to check, tools to use etc.) |
unfortunately not. I attempt to learn from examples and then test by adding a PR :D |
I am not completely sure, but I think that this link, which is created with the nf-core templates (I assume), will always be broken. After checking this line in several pipelines, I noticed that all of them end up with the same issue. It seems to me that this line is intended to be a markdown link only, but not a URL. |
Yes, the link is broken and I found an issue related: nf-core/website-issue#2045. We could replace the line and proceed with the merge, or just proceed with the merge. Awaiting your approval ;) 👍🏾 |
Hi, sorry for the late reply. About the link to the samplesheet: Ok then ignore it, good that there is an issue already. About:
I meant the part below, see the screenshot But that are small problems, you can go ahead with merging I think. |
Got it! I have pushed changes to have the release version as clean as possible. 👍🏾 |
This prepare the
dev
branch for release 2.1.0.Following PR will merge this release from
dev
intomaster
.PR checklist
nf-core lint
).nextflow run . -profile test,docker
).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).