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

Release: v1.10 - Copper Camel #705

Merged
merged 552 commits into from
Jul 30, 2020
Merged

Release: v1.10 - Copper Camel #705

merged 552 commits into from
Jul 30, 2020

Conversation

ewels
Copy link
Member

@ewels ewels commented Jul 30, 2020

dev to master for the v1.10 - Copper Camel release ✨

ewels and others added 30 commits June 24, 2020 10:55
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
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
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).
apeltzer and others added 25 commits July 28, 2020 17:55
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 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>
Bump to v1.10 - Copper Camel
@codecov
Copy link

codecov bot commented Jul 30, 2020

Codecov Report

Merging #705 into master will increase coverage by 17.13%.
The diff coverage is 80.06%.

Impacted file tree graph

@@             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     
Impacted Files Coverage Δ
nf_core/sync.py 62.25% <58.90%> (+62.25%) ⬆️
nf_core/__main__.py 62.68% <62.68%> (ø)
nf_core/launch.py 70.94% <70.35%> (+70.94%) ⬆️
nf_core/list.py 80.45% <75.17%> (-1.72%) ⬇️
nf_core/download.py 90.00% <86.07%> (+0.05%) ⬆️
nf_core/schema.py 88.23% <88.23%> (ø)
nf_core/modules.py 89.10% <89.10%> (ø)
nf_core/lint.py 91.69% <89.52%> (-2.68%) ⬇️
nf_core/utils.py 91.11% <90.90%> (+18.03%) ⬆️
nf_core/create.py 94.44% <91.66%> (+1.79%) ⬆️
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ebf6309...bd0fbe2. Read the comment docs.

Copy link
Member

@drpatelh drpatelh left a 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?! 👍

@ewels
Copy link
Member Author

ewels commented Jul 30, 2020

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?!

Copy link
Member

@apeltzer apeltzer left a 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 🤷‍♂️

@ewels ewels merged commit 3b62ee1 into master Jul 30, 2020
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.

8 participants