Skip to content

Commit 99e268e

Browse files
Add scope to configs (#1013)
* Add scope to configs * Fix some scope * Fix double scope keys * Remove some more duplicate scopes * Adjust the scope of some components and workflows * Add CHANGELOG entry --------- Co-authored-by: Robrecht Cannoodt <rcannood@gmail.com>
1 parent 0d58ec9 commit 99e268e

161 files changed

Lines changed: 162 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions

src/annotate/celltypist/config.vsh.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: celltypist
22
namespace: annotate
3+
scope: "public"
34
description: Automated cell type annotation tool for scRNA-seq datasets on the basis of logistic regression classifiers optimised by the stochastic gradient descent algorithm.
45
authors:
56
- __merge__: /src/authors/jakub_majercik.yaml

src/annotate/onclass/config.vsh.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: onclass
22
namespace: annotate
3+
scope: "public"
34
description: |
45
OnClass is a python package for single-cell cell type annotation. It uses the Cell Ontology to capture the cell type similarity.
56
These similarities enable OnClass to annotate cell types that are never seen in the training data.

src/annotate/popv/config.vsh.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: popv
22
namespace: "annotate"
3+
scope: "public"
34
description: "Performs popular major vote cell typing on single cell sequence data using multiple algorithms. Note that this is a one-shot version of PopV."
45
authors:
56
- __merge__: /src/authors/matthias_beyens.yaml

src/annotate/random_forest_annotation/config.vsh.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: random_forest_annotation
22
namespace: annotate
3+
scope: "public"
34
description: Automated cell type annotation tool for scRNA-seq datasets on the basis of random forest.
45
authors:
56
- __merge__: /src/authors/jakub_majercik.yaml

src/annotate/scanvi/config.vsh.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: scanvi
22
namespace: "annotate"
3+
scope: "public"
34
description: |
45
scANVI () is a semi-supervised model for single-cell transcriptomics data. scANVI is an scVI extension that can leverage the cell type knowledge for a subset of the cells present in the data sets to infer the states of the rest of the cells.
56
This component will instantiate a scANVI model from a pre-trained scVI model, integrate the data and perform label prediction.

src/annotate/svm_annotation/config.vsh.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: svm_annotation
22
namespace: annotate
3+
scope: "public"
34
description: Automated cell type annotation tool for scRNA-seq datasets on the basis of SVMs.
45
authors:
56
- __merge__: /src/authors/jakub_majercik.yaml

src/cluster/leiden/config.vsh.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: leiden
22
namespace: "cluster"
3+
scope: "public"
34
description: |
45
Cluster cells using the [Leiden algorithm] [Traag18] implemented in the [Scanpy framework] [Wolf18].
56
Leiden is an improved version of the [Louvain algorithm] [Blondel08].

src/compression/compress_h5mu/config.vsh.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: compress_h5mu
22
namespace: "compression"
3+
scope: "public"
34
description: |
45
Compress a MuData file.
56
authors:

src/compression/tar_extract/config.vsh.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: tar_extract
22
namespace: compression
3+
scope: public
34
status: deprecated
45
description: Extract files from a tar archive
56
arguments:

0 commit comments

Comments
 (0)