centralising container links and integrate mutscan for fitness calculation#41
centralising container links and integrate mutscan for fitness calculation#41BenjaminWehnert1008 wants to merge 9 commits intodevfrom
Conversation
|
@MaximilianStammnitz please check on the changes I've made in the mutscan R script And I'm not sure if we need this Readme. At least we don't have it in other modules |
|
@MaximilianStammnitz I have decentralized the container links again, because many tests were failing... |
|
@mashehu, can you help us with the test that is still failing? Not quite sure what's going on there. Maybe it's related to the snapshot? |
| conda "${moduleDir}/environment.yml" | ||
|
|
||
| container "${ workflow.containerEngine == 'singularity' | ||
| ? 'community.wave.seqera.io/library/bioconductor-biostrings_r-base_r-biocmanager_r-dplyr_pruned:ce2ba7ad7f6e7f2c' |
There was a problem hiding this comment.
FYI: this is the docker container for singularity please use the https link as described here: https://nf-co.re/docs/tutorials/nf-core_components/using_seqera_containers
There was a problem hiding this comment.
thanks, this is very valuable feedback! :)
|
How did you generate the snapshots? Because you updated the containers that usually means the snapshot also changes. Try to regenerate them with the last changes. |
|
@mashehu The snapshot still seems to be not 100% equal. This is how I created the new snapshot after all changes: |
Yep, good to remove: #43 |
There was a problem hiding this comment.
looks awesome – only need to flip colours between pink & orange in the legend
There was a problem hiding this comment.
damn it, sure!
|
@BenjaminWehnert1008 do you think this is good to merge? or should we first fix the remainder issue via nf-test? |
Could be, but there seems to be more going on, because you don't just have sha-sum missmatches, but multiqc produces more files in the CI it seems like. Can you try to run the tests in a github codespace? |
6f5bb7c to
44dba03
Compare
|
Hey @mashehu, Using --profile docker: Using --profile conda: |
…ation
PR checklist
nf-core pipelines lint).nextflow run . -profile test,docker --outdir <OUTDIR>).nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).