Skip to content

Commit

Permalink
Merge pull request #206 from openproblems-bio/fix/viash-test-bugs
Browse files Browse the repository at this point in the history
fix viash test bugs
  • Loading branch information
KaiWaldrant authored Jul 24, 2023
2 parents c7c4ab7 + bc76571 commit 112c142
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@

### BUG FIXES

* `dimensionality_reduction/methods/tsne`: Use GitHub version of MulticoreTSNE.

* `label_projection/methods/seurat_transferdata`: Temporarily disable component as it appears to not be working (PR #206).

* Remove the ns-list action for workflows in integration test (PR #208)


## common

### NEW FUNCTIONALITY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ platforms:
- cmake
- gcc
- type: python
packages:
- MulticoreTSNE
github:
- DmitryUlyanov/Multicore-TSNE
- type: nextflow
directives:
label: [ highmem, highcpu ]
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
__merge__: ../../api/comp_method.yaml
functionality:
status: disabled
name: "seurat_transferdata"
info:
label: Seurat TransferData
Expand Down

0 comments on commit 112c142

Please sign in to comment.