-
Notifications
You must be signed in to change notification settings - Fork 749
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
Update odgi to version 0.9.0 #7313
Conversation
Could you please update ogdi/build and ogdi/layout to actually check something in the output? Currently their tests only check for success. Checking for file existence and the versions channel is fine. |
|
"nf-test": "0.9.2", | ||
"nextflow": "24.10.3" | ||
}, | ||
"timestamp": "2025-01-15T14:46:28.331207" | ||
} | ||
} |
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.
missing EOL
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.
There are some EOLs missing, but mostly in auto-generated files, so not a must do I think.
I understand @SPPearce concerns about odgi build
and odgi layout
, but in practice it is not easy to either parse a binary file or to test the output of a non-deterministic tool.
}, | ||
"timestamp": "2024-08-13T09:40:56.821872" | ||
"timestamp": "2025-01-15T14:47:49.015053" | ||
} | ||
} |
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.
missing EOL
}, | ||
"timestamp": "2024-08-13T10:09:07.409463" | ||
"timestamp": "2025-01-15T14:48:22.366465" | ||
} | ||
} |
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.
missing EOL
}, | ||
"timestamp": "2024-08-09T09:55:15.438306" | ||
"timestamp": "2025-01-15T14:48:52.45995" | ||
} | ||
} |
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.
missing EOL
@@ -2,4 +2,4 @@ channels: | |||
- conda-forge | |||
- bioconda | |||
dependencies: | |||
- bioconda::odgi=0.8.4 |
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.
missing EOL
}, | ||
"timestamp": "2024-08-13T09:38:53.743369" | ||
"timestamp": "2025-01-15T14:49:21.848525" | ||
} | ||
} |
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.
missing EOL
"nf-test": "0.9.2", | ||
"nextflow": "24.10.3" | ||
}, | ||
"timestamp": "2025-01-15T14:49:51.203182" | ||
} | ||
} |
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.
maybe the EOL is not relevant in snaps?
"nf-test": "0.9.2", | ||
"nextflow": "24.10.3" | ||
}, | ||
"timestamp": "2025-01-15T14:50:21.102589" | ||
} | ||
} |
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.
cause EOcmake -H. -Bbuild && cmake --build build -- -j 3L is everywhere in each snap
You can test the existance of the output file though, which the current test was not doing. You should at least test the contents of the versions.yml file. |
Ah sorry, I missed this! |
We need a |
@subwaystation Added assertions for the versions file. I don't think missing EOLs in the snap files are worth fixing, as those files can be overwritten by nf-test at some point. |
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 good to me now, thanks!
Thank you, @SPPearce @subwaystation! |
Fixes nf-core/pangenome#214
PR checklist
versions.yml
file.label
nf-core modules test <MODULE> --profile docker
nf-core modules test <MODULE> --profile singularity
nf-core modules test <MODULE> --profile conda
nf-core subworkflows test <SUBWORKFLOW> --profile docker
nf-core subworkflows test <SUBWORKFLOW> --profile singularity
nf-core subworkflows test <SUBWORKFLOW> --profile conda