Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Sep 23, 2024
1 parent 8c0a0e8 commit dd143f3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@ extensive benchmark of single-cell data integration methods.
``` mermaid
flowchart LR
file_common_dataset("<a href='https://github.com/openproblems-bio/task_batch_integration#file-type-file-common-dataset'>Common Dataset</a>")
comp_process_dataset[/"<a href='https://github.com/openproblems-bio/task_batch_integration#file-type-file-common-dataset'>Common Dataset</a>"/]
file_dataset("<a href='https://github.com/openproblems-bio/task_batch_integration#file-type-file-common-dataset'>Common Dataset</a>")
file_solution("<a href='https://github.com/openproblems-bio/task_batch_integration#file-type-file-common-dataset'>Common Dataset</a>")
comp_control_method[/"<a href='https://github.com/openproblems-bio/task_batch_integration#file-type-file-common-dataset'>Common Dataset</a>"/]
comp_method[/"<a href='https://github.com/openproblems-bio/task_batch_integration#file-type-file-common-dataset'>Common Dataset</a>"/]
comp_transformer[/"<a href='https://github.com/openproblems-bio/task_batch_integration#file-type-file-common-dataset'>Common Dataset</a>"/]
comp_metric[/"<a href='https://github.com/openproblems-bio/task_batch_integration#file-type-file-common-dataset'>Common Dataset</a>"/]
file_integrated("<a href='https://github.com/openproblems-bio/task_batch_integration#file-type-file-common-dataset'>Common Dataset</a>")
file_integrated_full("<a href='https://github.com/openproblems-bio/task_batch_integration#file-type-file-common-dataset'>Common Dataset</a>")
file_score("<a href='https://github.com/openproblems-bio/task_batch_integration#file-type-file-common-dataset'>Common Dataset</a>")
comp_process_dataset[/"<a href='https://github.com/openproblems-bio/task_batch_integration#component-type-comp-process-dataset'>Data processor</a>"/]
file_dataset("<a href='https://github.com/openproblems-bio/task_batch_integration#file-type-file-dataset'>Dataset</a>")
file_solution("<a href='https://github.com/openproblems-bio/task_batch_integration#file-type-file-solution'>Solution</a>")
comp_control_method[/"<a href='https://github.com/openproblems-bio/task_batch_integration#component-type-comp-control-method'>Control method</a>"/]
comp_method[/"<a href='https://github.com/openproblems-bio/task_batch_integration#component-type-comp-method'>Method</a>"/]
comp_transformer[/"<a href='https://github.com/openproblems-bio/task_batch_integration#component-type-comp-transformer'>Transform</a>"/]
comp_metric[/"<a href='https://github.com/openproblems-bio/task_batch_integration#component-type-comp-metric'>Metric</a>"/]
file_integrated("<a href='https://github.com/openproblems-bio/task_batch_integration#file-type-file-integrated'>Integration</a>")
file_integrated_full("<a href='https://github.com/openproblems-bio/task_batch_integration#file-type-file-integrated-full'>Transformed integration</a>")
file_score("<a href='https://github.com/openproblems-bio/task_batch_integration#file-type-file-score'>Score</a>")
file_common_dataset---comp_process_dataset
comp_process_dataset-->file_dataset
comp_process_dataset-->file_solution
Expand Down

0 comments on commit dd143f3

Please sign in to comment.