-
Notifications
You must be signed in to change notification settings - Fork 192
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: v1.10 - Copper Camel #705
Conversation
Also remove default value from template schema for --reads
Also update caching for fetch_wf_config() so that it works purely on filenames / file hashes.
Fix bug with parsing params from main.nf
Schema launch updates
Moved code into nf_core.utils as reusable functions, so that they can be used for other stuff aside from nf-core schema build Also means some reduction in code duplication
* Use pre-release version of PyInquirer - capture keyboard interruptions, set defaults for lists * Make booleans use a True / False select list instead of confirm prompt * Various tweaks and changes / updates to make launch work with new web launch GUI
* Fix for schema website response type * Fix for launch web filtering for booleans
nf-core Launch web GUI
Realised that without this, the body content is not actually displayed on viewing by a user (and was typically being replaced by the HTML attachment in fancy email browsers).
New-new schema
New new schema
This is because the Python library dumps JSON with 4-space padding. So if the template has 2-space, if we make even the tiniest change the the diff replaces the whole schema with whitespace changes.
Schema build bug
Don't hard fail
Schema lint - warn about invalid title + description
Add Dockstore config file to template
Revert extra whitespace for schema web builder prompt
People can read about these on nf-core/configs I think, as that's where the config profile is kept.
…ow_schema.json Co-authored-by: Gisela Gabernet <gisela.gabernet@gmail.com>
Strip params docs
Bump to v1.10 - Copper Camel
Codecov Report
@@ Coverage Diff @@
## master #705 +/- ##
===========================================
+ Coverage 64.91% 82.04% +17.13%
===========================================
Files 12 13 +1
Lines 1770 2746 +976
===========================================
+ Hits 1149 2253 +1104
+ Misses 621 493 -128
Continue to review full report at Codecov.
|
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.
I trust everything is in order Mr Bond?! 👍
Hopefully - but I'm assuming that you will be carefully inspecting the entire diff, line by line as part of your review?! |
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.
What could possibly go wrong 🤷♂️
dev
tomaster
for the v1.10 - Copper Camel release ✨