-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add pathway analysis DB versions (3) #148
Conversation
|
tests/test_batcheffect.yml
Outdated
@@ -4,15 +4,15 @@ | |||
- test_batcheffect | |||
files: | |||
- path: results_test/differential_gene_expression/DE_genes_tables/DE_contrast_batch_b2_vs_b1.tsv | |||
md5sum: 4c8bcede761f82803c262f28a13eb5ce | |||
# md5sum: 4c8bcede761f82803c262f28a13eb5ce |
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.
Why were they uncommented? Are the files suddenly not producing the same md5sums anymore?
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.
Yep...they changed from time to time, I am not sure when exactly this happens, I believe in different PRs the 5sums change, almost as if the github server runner changes the files...
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.
How do the md5sums behave when you test locally? Are they stable over multiple runs?
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.
Testing this right now
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 cannot make head nor tail of that...On another branch, the 5sums are still enabled and it works. Locally, I got different sums when running the same profile on cfc and thanos. I'll reenable the 5sums here. If they again don't work, I'll probably have to delete them...
Co-authored-by: SusiJo <43847534+SusiJo@users.noreply.github.com>
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 and the md5sums seem to be fine now
This PR adds the versions of the databases (KEGG, REAC) used in the pathway analysis to the report as mentioned in #72 like this:
For pathway analysis, the R packages gprofiler2 v0.2.1, AnnotationDbi v1.56.1 and org.Mm.eg.db v1.56.1 were employed. Also, the following databases were queried: KEGG: KEGG FTP Release 2022-05-16, REAC: annotations: BioMart, classes: 2022-5-18.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).