-
Notifications
You must be signed in to change notification settings - Fork 946
Add index and threads to trgt/merge #9545
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
Conversation
69558f2 to
375806f
Compare
375806f to
b54e482
Compare
| "index": [ | ||
| [ | ||
| { | ||
| "id": "test" | ||
| }, | ||
| "test.bcf.gz.csi:md5,d41d8cd98f00b204e9800998ecf8427e" | ||
| ] | ||
| ], | ||
| "vcf": [ | ||
| [ | ||
| { | ||
| "id": "test" | ||
| }, | ||
| "test.bcf.gz:md5,68b329da9893e34099c7d8ad5cb9c940" | ||
| ] | ||
| ], | ||
| "versions_trgt": [ | ||
| [ | ||
| "TRGT_MERGE", | ||
| "trgt", | ||
| "5.0.0-e9acee0" | ||
| ] |
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.
are there suppossed to be duplicated entries here, once with a key and once with an index?
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 don't really understand why there are duplicate entries though, I just have
then {
assertAll(
{ assert process.success },
{ assert snapshot(process.out).match() }
)
}
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 to be standard, sorry. will think about how we can avoid that...
PR checklist
Missed this in #9541.
versions.ymlfile.labelnf-core modules test <MODULE> --profile dockernf-core modules test <MODULE> --profile singularitynf-core modules test <MODULE> --profile condanf-core subworkflows test <SUBWORKFLOW> --profile dockernf-core subworkflows test <SUBWORKFLOW> --profile singularitynf-core subworkflows test <SUBWORKFLOW> --profile conda