-
Notifications
You must be signed in to change notification settings - Fork 173
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
Remove universc subworkflow from pipeline #396
base: dev
Are you sure you want to change the base?
Conversation
|
Hi @grst , Probably we should just update the documentation to use it since it has the other included workflows. One problem is that it does not have an SVG included. Another point is, should the v1-0 files be removed? |
Actually, now looking at it, it seems some changes in this v2-0 were never integrated. |
like, scATAC? |
Hi @grst , |
that's fine with me! |
Should then be ready for review, @grst |
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.
Some tests are failing, other than that LGTM!
not sure why they failed, as there was no change to the processings :/ |
Hi @grst , Run nf-core/setup-nextflow@v2
Input version 'latest-everything' resolved to Nextflow v24.11.0-edge
Downloaded `nextflow` to /opt/hostedtoolcache/nextflow/24.11.0-edge/x64 and added to PATH
(node:83297) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
(Use `node --trace-deprecation ...` to show where the warning was created)
/opt/hostedtoolcache/nextflow/24.11.0-edge/x64/nextflow help
ERROR: Cannot find Java or it's a wrong version -- please make sure that Java 17 or later (up to [23](https://github.com/nf-core/scrnaseq/actions/runs/12139073488/job/33853897755?pr=396#step:6:24)) is installed
NOTE: Nextflow is trying to use the Java VM defined by the following environment variables:
JAVA_CMD: /usr/lib/jvm/temurin-11-jdk-amd64/bin/java
JAVA_HOME: /usr/lib/jvm/temurin-11-jdk-amd64 |
About
Opening a PR to address #289 . Decision was made to remove
universc
from pipeline since it was broke for quite a while and there was no request for fixing it during period.PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,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).