Skip to content

Commit

Permalink
fixed example sample map and removed docker urls from config
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasLienhard committed Aug 13, 2024
1 parent d7e9414 commit b5b7329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,12 @@ tools:

metacells:
seacells:
container: "docker://mlienhard/seacells"
# number of metacells etc need to be set here
# increased number of metacells to 200 (default:90) since sctransform wants to calculate 100 dim pca
params: "--n_cells=200"
metacells2:
container: "docker://mlienhard/metacells2"

params: "" # no additional parameters to be set
remove_atypical_cells:
# threshold type, either "number_cells" or "percentage_cells"
threshold_type: "percentage_cells"
Expand Down
2 changes: 1 addition & 1 deletion config/sample_map.tsv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sample_name file_stem
sample file_stem
SAMPLE-1_scR technical_long_sample.name.vXX_without_restrictions

0 comments on commit b5b7329

Please sign in to comment.