Skip to content

Commit

Permalink
fixed path to table
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-la committed Dec 4, 2024
1 parent 5c6b5c4 commit 5cbefaf
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/yaml_docs/pipeline_clustering_yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can download the different clustering pipeline.yml files here:
## Compute resources options

- <span class="parameter">resources</span><br>
Computing resources to use, specifically the number of threads used for parallel jobs, check [threads_tasks_panpipes.md](https://github.com/DendrouLab/panpipes/blob/threads_doc_g/docs/yaml_docs/threads_tasks_panpipes.md) for more information on which threads each specific task requires.
Computing resources to use, specifically the number of threads used for parallel jobs, Check [threads_tasks_panpipes](threads_tasks_panpipes.md) for more information on which threads each specific task requires.
Specified by the following three parameters:
- <span class="parameter">threads_high</span> `Integer`, Default: 2<br>
Number of threads used for high intensity computing tasks.
Expand Down
2 changes: 1 addition & 1 deletion docs/yaml_docs/pipeline_ingestion_yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can download the different ingestion `pipeline.yml` files here:
## Compute resources options

<span class="parameter">resources</span><br>
Computing resources to use, specifically the number of threads used for parallel jobs. Check [threads_tasks_panpipes.md](https://github.com/DendrouLab/panpipes/blob/threads_doc_g/docs/yaml_docs/threads_tasks_panpipes.md) for more information on which threads each specific task requires.
Computing resources to use, specifically the number of threads used for parallel jobs.Check [threads_tasks_panpipes](threads_tasks_panpipes.md) for more information on which threads each specific task requires.
Specified by the following three parameters:
- <span class="parameter">threads_high</span> `Integer`, Default: 1<br>
Number of threads used for high intensity computing tasks.
Expand Down
2 changes: 1 addition & 1 deletion docs/yaml_docs/pipeline_integration_yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For more information on functionalities implemented in `panpipes` to read the co
## Compute resources options

<span class="parameter">resources</span><br>
Computing resources to use, specifically the number of threads used for parallel jobs. Check [threads_tasks_panpipes.md](https://github.com/DendrouLab/panpipes/blob/threads_doc_g/docs/yaml_docs/threads_tasks_panpipes.md) for more information on which threads each specific task requires.
Computing resources to use, specifically the number of threads used for parallel jobs. Check [threads_tasks_panpipes](threads_tasks_panpipes.md) for more information on which threads each specific task requires.
Specified by the following parameters:
- <span class="parameter">threads_high</span> `Integer`, Default: 1<br>
Number of threads used for high intensity computing tasks.
Expand Down
2 changes: 1 addition & 1 deletion docs/yaml_docs/pipeline_preprocess_yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can download the different preprocess `pipeline.yml` files here:
## Compute resources options

<span class="parameter">resources</span><br>
Computing resources to use, specifically the number of threads used for parallel jobs. Check [threads_tasks_panpipes.md](https://github.com/DendrouLab/panpipes/blob/threads_doc_g/docs/yaml_docs/threads_tasks_panpipes.md) for more information on which threads each specific task requires.
Computing resources to use, specifically the number of threads used for parallel jobs. Check [threads_tasks_panpipes](threads_tasks_panpipes.md) for more information on which threads each specific task requires.
Specified by the following three parameters:
- <span class="parameter">threads_high</span> `Integer`, Default: 2<br>
Number of threads used for high intensity computing tasks.
Expand Down
2 changes: 1 addition & 1 deletion docs/yaml_docs/pipeline_refmap_yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can download the different refmap `pipeline.yml` files here:
## Compute resources options

<span class="parameter">resources</span><br>
Computing resources to use, specifically the number of threads used for parallel jobs. Check [threads_tasks_panpipes.md](https://github.com/DendrouLab/panpipes/blob/threads_doc_g/docs/yaml_docs/threads_tasks_panpipes.md) for more information on which threads each specific task requires.
Computing resources to use, specifically the number of threads used for parallel jobs. Check [threads_tasks_panpipes](threads_tasks_panpipes.md) for more information on which threads each specific task requires.
Specified by the following three parameters:
- <span class="parameter">threads_high</span> `Integer`, Default: 1<br>
Number of threads used for high intensity computing tasks.
Expand Down
2 changes: 1 addition & 1 deletion docs/yaml_docs/pipeline_visualization_yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can download the different ingestion `pipeline.yml` files here:

## Compute resources options
<span class="parameter">resources</span><br>
Computing resources to use, specifically the number of threads used for parallel jobs. Check [threads_tasks_panpipes.md](https://github.com/DendrouLab/panpipes/blob/threads_doc_g/docs/yaml_docs/threads_tasks_panpipes.md) for more information on which threads each specific task requires.
Computing resources to use, specifically the number of threads used for parallel jobs. Check [threads_tasks_panpipes](threads_tasks_panpipes.md) for more information on which threads each specific task requires.
Specified by the following three parameters:
- <span class="parameter">threads_high</span> `Integer`, Default: 1<br>
Number of threads used for high intensity computing tasks.
Expand Down
2 changes: 1 addition & 1 deletion docs/yaml_docs/spatial_deconvolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For more information on functionalities implemented in `panpipes` to read the co
## 0. Compute Resource Options

<span class="parameter">resources</span><br>
Computing resources to use, specifically the number of threads used for parallel jobs. Check [threads_tasks_panpipes.md](https://github.com/DendrouLab/panpipes/blob/threads_doc_g/docs/yaml_docs/threads_tasks_panpipes.md) for more information on which threads each specific task requires.
Computing resources to use, specifically the number of threads used for parallel jobs. Check [threads_tasks_panpipes](threads_tasks_panpipes.md) for more information on which threads each specific task requires.
Specified by the following three parameters:
- <span class="parameter">threads_high</span> `Integer`, Default: 1<br>
Number of threads used for high intensity computing tasks.
Expand Down
2 changes: 1 addition & 1 deletion docs/yaml_docs/spatial_preprocess.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You can download the different preprocess pipeline.yml files here:
## 0. Compute Resource Options

<span class="parameter">resources</span><br>
Computing resources to use, specifically the number of threads used for parallel jobs. Check [threads_tasks_panpipes.md](https://github.com/DendrouLab/panpipes/blob/threads_doc_g/docs/yaml_docs/threads_tasks_panpipes.md) for more information on which threads each specific task requires.
Computing resources to use, specifically the number of threads used for parallel jobs. Check [threads_tasks_panpipes](threads_tasks_panpipes.md) for more information on which threads each specific task requires.
Specified by the following three parameters:
- <span class="parameter">threads_high</span> `Integer`, Default: 1<br>
Number of threads used for high intensity computing tasks.
Expand Down
2 changes: 1 addition & 1 deletion docs/yaml_docs/spatial_qc.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For more information on functionalities implemented in `panpipes` to read the co


<span class="parameter">resources</span><br>
Computing resources to use, specifically the number of threads used for parallel jobs. Check [threads_tasks_panpipes.md](https://github.com/DendrouLab/panpipes/blob/threads_doc_g/docs/yaml_docs/threads_tasks_panpipes.md) for more information on which threads each specific task requires.
Computing resources to use, specifically the number of threads used for parallel jobs. Check [threads_tasks_panpipes](threads_tasks_panpipes.md) for more information on which threads each specific task requires.
Specified by the following three parameters:
- <span class="parameter">threads_high</span> `Integer`, Default: 1<br>
Number of threads used for high intensity computing tasks.
Expand Down

0 comments on commit 5cbefaf

Please sign in to comment.