Skip to content

Commit

Permalink
Merge pull request #3 from openproblems-bio/feature/no-ref/adjust-res…
Browse files Browse the repository at this point in the history
…ources

Adjust resources
  • Loading branch information
lazappi authored Oct 2, 2024
2 parents f87631f + 5d10f14 commit 791c6f6
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 18 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
## BUGFIXES -->

# dimensionality_reduction 0.1.2 2024-09-23

## MINOR CHANGES

* Updated workflow resources for method and metric components (PR #3)

# dimensionality_reduction 0.1.1 2024-09-18

## NEW FUNCTIONALITY
Expand Down
2 changes: 1 addition & 1 deletion src/control_methods/random_features/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu]
label: [lowtime, lowmem, lowcpu]
2 changes: 1 addition & 1 deletion src/control_methods/spectral_features/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu]
label: [hightime, midmem, highcpu]
2 changes: 1 addition & 1 deletion src/control_methods/true_features/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu]
label: [lowtime, highmem, lowcpu]
2 changes: 1 addition & 1 deletion src/methods/densmap/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu]
label: [hightime, midmem, lowcpu]
2 changes: 1 addition & 1 deletion src/methods/diffusion_map/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu]
label: [hightime, lowmem, lowcpu]
2 changes: 1 addition & 1 deletion src/methods/ivis/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu]
label: [lowtime, midmem, midcpu]
4 changes: 2 additions & 2 deletions src/methods/lmds/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ arguments:
default: 1000
- name: "--distance_method"
type: string
description: Number of clusters to be estimated over the input dataset.
description: Distance measure to use.
choices:
[
"euclidean",
Expand Down Expand Up @@ -62,4 +62,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, midcpu]
label: [lowtime, highmem, lowcpu]
2 changes: 1 addition & 1 deletion src/methods/neuralee/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu]
label: [midtime, midmem, midcpu]
2 changes: 1 addition & 1 deletion src/methods/pca/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu]
label: [lowtime, midmem, midcpu]
2 changes: 1 addition & 1 deletion src/methods/phate/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu]
label: [lowtime, midmem, midcpu]
2 changes: 1 addition & 1 deletion src/methods/pymde/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu]
label: [midtime, midmem, midcpu]
2 changes: 1 addition & 1 deletion src/methods/simlr/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu]
label: [hightime, highmem, lowcpu]
2 changes: 1 addition & 1 deletion src/methods/tsne/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu]
label: [lowtime, midmem, midcpu]
2 changes: 1 addition & 1 deletion src/methods/umap/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu]
label: [midtime, midmem, midcpu]
2 changes: 1 addition & 1 deletion src/metrics/clustering_performance/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, midmem, midcpu]
label: [midtime, midmem, lowcpu]
2 changes: 1 addition & 1 deletion src/metrics/coranking/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu]
label: [hightime, lowmem, lowcpu]
2 changes: 1 addition & 1 deletion src/metrics/density_preservation/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ runners:
- type: executable
- type: nextflow
directives:
label: [midtime, lowmem, midcpu]
label: [midtime, midmem, midcpu]

0 comments on commit 791c6f6

Please sign in to comment.