Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
RO-crate content appear in the nf-core lint warning if there is a TODO #3493
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
base: dev
Are you sure you want to change the base?
RO-crate content appear in the nf-core lint warning if there is a TODO #3493
Changes from 29 commits
f9ab845
e2e5285
a728a47
7b23550
4989b14
51e183c
70cc699
c76713d
409f75c
e76ec56
eb0dd5b
bcd16e1
36a75ea
0e04e7f
21c5c8d
3f98c1d
338f2c1
cd83b0d
1699e58
7949ccf
1f3d232
8a7791c
4f31887
4738e75
71ad2f2
e4d17d0
7c2ac08
5edf7ea
5f491fc
0a52fe5
9e9a963
fe2e66c
38c2e96
266d11a
1432568
1ebfa9a
6aff97e
7fc6fda
91e6914
ea586e7
5358d84
7c29f9b
43df8a3
644553a
43f030d
ec9cbc4
5e6eb12
108f659
146e68b
7e26eec
1ffc229
4df9af0
4713d10
975f834
5d8045a
fefac22
6f3bb3b
5b2f18f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
it's not true that the test is ignored if there isn't a description no? If I am following correctly you assign an empty string and the test will run and fail if the README has a description
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.
Thanks for mentioning that! I changed it to simply coping the content from the readme file to the ro-crate-metadata if there's no 'description' key. Another general question would be how to handle these failed tests when it failed the ignored tests? For example this one:
Run no-core --verbose --log-file log.txt --hide-progress pipelines lint --dir nf-core-testpipeline --fail-ignored --fail-warned
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.
In the tests we are creating an empty ro-crate file (here). I think if we run
nf-core pipelines ro-crate
instead, the tests will passThere 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.