Skip to content

Commit

Permalink
update authors (#835)
Browse files Browse the repository at this point in the history
* update authors

* update authors

* update changelog

---------

Co-authored-by: Robrecht Cannoodt <[email protected]>
  • Loading branch information
dorien-er and rcannood committed Jul 15, 2024
1 parent 8b6c30e commit 6bcfac3
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
One notable example of this happening is when one of the samples does not have a multimodal annotation dataframe
which is present in another sample; causing the values being filled with `NA` (PR #837).

## DOCUMENTATION

* Update authorship of components (PR #835).

# openpipelines 1.0.0-rc6

## BUG FIXES
Expand Down
8 changes: 8 additions & 0 deletions src/authors/elizabeth_mlynarski.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Elizabeth Mlynarski
info:
role: Contributor
links:
email: [email protected]
organizations:
- name: Janssen R&D US
role: Principal Scientist Computational Genomics
8 changes: 8 additions & 0 deletions src/authors/weiwei_schultz.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Weiwei Schultz
info:
role: Contributor
links:
email: [email protected]
organizations:
- name: Janssen R&D US
role: Associate Director Data Sciences
4 changes: 4 additions & 0 deletions src/demux/bcl_convert/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ functionality:
roles: [ author, maintainer ]
- __merge__: /src/authors/marijke_van_moerbeke.yaml
roles: [ author ]
- __merge__: /src/authors/weiwei_schultz.yaml
roles: [ contributor ]
- __merge__: /src/authors/dorien_roosen.yaml
roles: [ author ]
arguments:
- name: "--input"
alternatives: [ "-i" ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ functionality:
namespace: feature_annotation
authors:
- __merge__: /src/authors/robrecht_cannoodt.yaml
roles: [ author ]
- __merge__: /src/authors/dorien_roosen.yaml
roles: [ author ]
- __merge__: /src/authors/weiwei_schultz.yaml
roles: [ contributor ]

description: |
Calculates the score associated to S phase and G2M phase and annotates the cell cycle phase for each cell, as implemented by scanpy.
The score is the average expression of a set of genes subtracted with the average expression of a reference set of genes.
Expand Down
5 changes: 5 additions & 0 deletions src/feature_annotation/score_genes_scanpy/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ functionality:
namespace: feature_annotation
authors:
- __merge__: /src/authors/robrecht_cannoodt.yaml
roles: [ author ]
- __merge__: /src/authors/dorien_roosen.yaml
roles: [ author ]
- __merge__: /src/authors/weiwei_schultz.yaml
roles: [ contributor ]

description: |
Calculates the score of a set of genes for each cell, as implemented by scanpy.
The score is the average expression of a set of genes subtracted with the average expression of a reference set of genes.
Expand Down
4 changes: 4 additions & 0 deletions src/mapping/cellranger_multi/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ functionality:
roles: [ author, maintainer ]
- __merge__: /src/authors/dries_de_maeyer.yaml
roles: [ author ]
- __merge__: /src/authors/weiwei_schultz.yaml
roles: [ contributor ]
- __merge__: /src/authors/dorien_roosen.yaml
roles: [ author ]
__merge__: /src/mapping/cellranger_multi/cellranger_multi.yaml
argument_groups:
- name: Outputs
Expand Down
2 changes: 1 addition & 1 deletion src/mapping/cellranger_multi/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
'memory_pb': None,
'temp_dir': '/tmp',
'config': './target/docker/mapping/cellranger_multi/.config.vsh.yaml',
'resources_dir': '/Users/dorienroosen/code/openpipeline'
'resources_dir': './resources_test'
}
## VIASH END

Expand Down
4 changes: 4 additions & 0 deletions src/scgpt/binning/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ functionality:
authors:
- __merge__: /src/authors/dorien_roosen.yaml
roles: [ maintainer, author ]
- __merge__: /src/authors/elizabeth_mlynarski.yaml
roles: [ author ]
- __merge__: /src/authors/weiwei_schultz.yaml
roles: [ contributor ]

argument_groups:
- name: Inputs
Expand Down
7 changes: 6 additions & 1 deletion src/scgpt/cross_check_genes/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ functionality:
Cross-check genes with pre-trained scGPT model.
authors:
- __merge__: /src/authors/jakub_majercik.yaml
roles: [ maintainer, author ]
roles: [ author ]
- __merge__: /src/authors/dorien_roosen.yaml
roles: [ maintainer, author ]
- __merge__: /src/authors/elizabeth_mlynarski.yaml
roles: [ author ]
- __merge__: /src/authors/weiwei_schultz.yaml
roles: [ contributor ]


argument_groups:
- name: Inputs
Expand Down
4 changes: 4 additions & 0 deletions src/scgpt/embedding/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ functionality:
authors:
- __merge__: /src/authors/dorien_roosen.yaml
roles: [ maintainer, author ]
- __merge__: /src/authors/elizabeth_mlynarski.yaml
roles: [ author ]
- __merge__: /src/authors/weiwei_schultz.yaml
roles: [ contributor ]

argument_groups:
- name: Inputs
Expand Down
4 changes: 4 additions & 0 deletions src/scgpt/pad_tokenize/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ functionality:
authors:
- __merge__: /src/authors/dorien_roosen.yaml
roles: [ maintainer, author ]
- __merge__: /src/authors/elizabeth_mlynarski.yaml
roles: [ author ]
- __merge__: /src/authors/weiwei_schultz.yaml
roles: [ contributor ]

argument_groups:
- name: Inputs
Expand Down

0 comments on commit 6bcfac3

Please sign in to comment.