Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ventolab/CellphoneDB
Browse files Browse the repository at this point in the history
  • Loading branch information
datasome committed Oct 31, 2023
2 parents e558f98 + 6b30f09 commit 143c643
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Python application

on:
push:
branches: [ "scoring" ]
branches: [ "master" ]
pull_request:
branches: [ "scoring" ]
branches: [ "master" ]

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions docs/RESULTS-DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ For large datasets, do not use .txt files to input counts `test_counts.txt`. Ple
This is the file linking bacodes/cells to clusters/cell types. This file is generated by the users after they have annotated each cluster identified by scRNA-seq data (e.g., by using packages such as Seurat and SCANPY). The file contains two columns: ‘Cell’, indicating the name of the cell; and ‘cell_type’, indicating the name of the cluster considered. Formats accepted are .csv, .txt, .tsv, .tab and .pickle.
## DEGs file
This file is only used by is METHOD 3 `degs_analysis`. It is a .txt with two columns: the first column should be the cell type name and the second column the associated significant gene id. The remaining columns are ignored. See example [here](https://github.com/ventolab/CellphoneDB/blob/master/in/endometrium_atlas_example/endometrium_example_DEGs.tsv).
Expand Down

0 comments on commit 143c643

Please sign in to comment.