Skip to content

Increase time resources #27

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

Merged
merged 9 commits into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/methods/batchelor_mnn_correct/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ summary: Mutual nearest neighbors correction
description: |
Correct for batch effects in single-cell expression data using the mutual nearest neighbors method.
references:
# Haghverdi, L., Lun, A., Morgan, M. et al.
# Batch effects in single-cell RNA-sequencing data are
# corrected by matching mutual nearest neighbors.
# Haghverdi, L., Lun, A., Morgan, M. et al.
# Batch effects in single-cell RNA-sequencing data are
# corrected by matching mutual nearest neighbors.
# Nat Biotechnol 36, 421–427 (2018). https://doi.org/10.1038/nbt.4091
doi: 10.1038/nbt.4091
links:
Expand All @@ -30,4 +30,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [lowcpu, highmem, midtime]
label: [lowcpu, highmem, hightime]
2 changes: 1 addition & 1 deletion src/methods/mnnpy/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, lowcpu, highmem]
label: [hightime, lowcpu, highmem]
2 changes: 1 addition & 1 deletion src/methods/scanorama/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, lowcpu]
label: [hightime, highmem, lowcpu]
2 changes: 1 addition & 1 deletion src/methods/uce/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, midmem, midcpu, gpu]
label: [hightime, midmem, midcpu, gpu]
Loading