Skip to content

Commit

Permalink
Merge pull request #170 from DendrouLab/fc_docs
Browse files Browse the repository at this point in the history
added index page
  • Loading branch information
bio-la authored Feb 9, 2024
2 parents dabf8b6 + bb09a7c commit b2d84ff
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Contents
install
usage/index
workflows/index
yaml_docs/index
tutorials/index
../changelog
contribute_guidelines
Expand Down
10 changes: 10 additions & 0 deletions docs/yaml_docs/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Workflows configuration files
=============================

.. toctree::
:maxdepth: 1

pipeline_ingestion_yml
spatial_qc
spatial_preprocess
spatial_deconvolution
5 changes: 4 additions & 1 deletion docs/yaml_docs/pipeline_ingestion_yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
}
</style>

# pipeline.yml for ingestion workflow
# Ingestion YAML

In this documentation, the parameters of the `ingest` configuration yaml file are explained.
This file is generated running `panpipes ingest config`. <br> The individual steps run by the pipeline are described in the [spatial preprocess workflow](../workflows/qc.md).

## Compute resources options

Expand Down
4 changes: 3 additions & 1 deletion docs/yaml_docs/spatial_deconvolution.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

# Spatial Deconvolution YAML

In this documentation, the parameters of the `deconvolution_spatial` yaml file are explained. In general, the user can leave parameters empty to use defaults. <br> The individual steps run by the pipeline are described in the [spatial deconvolution workflow](../workflows/deconvolute_spatial.md).
In this documentation, the parameters of the `deconvolution_spatial` yaml file are explained.
This file is generated running `panpipes deconvolution config`.
In general, the user can leave parameters empty to use defaults. <br> The individual steps run by the pipeline are described in the [spatial deconvolution workflow](../workflows/deconvolute_spatial.md).



Expand Down
3 changes: 2 additions & 1 deletion docs/yaml_docs/spatial_preprocess.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

# Spatial Preprocessing YAML

In this documentation, the parameters of the `preprocess_spatial` yaml file are explained. In general, the user can leave parameters empty to use defaults. <br> The individual steps run by the pipeline are described in the [spatial preprocess workflow](../workflows/preprocess_spatial.md).
In this documentation, the parameters of the `preprocess_spatial` yaml file are explained.
This file is generated running `panpipes preprocess_spatial config`. In general, the user can leave parameters empty to use defaults. <br> The individual steps run by the pipeline are described in the [spatial preprocess workflow](../workflows/preprocess_spatial.md).



Expand Down
4 changes: 3 additions & 1 deletion docs/yaml_docs/spatial_qc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

# Spatial QC YAML

In this documentation, the parameters of the `qc_spatial` yaml file are explained. In general, the user can leave parameters empty to use defaults. <br> The individual steps run by the pipeline are described in the [spatial QC workflow](../workflows/ingest_spatial.md).
In this documentation, the parameters of the `qc_spatial` yaml file are explained.
This file is generated running `panpipes qc_spatial config`.
In general, the user can leave parameters empty to use defaults. <br> The individual steps run by the pipeline are described in the [spatial QC workflow](../workflows/ingest_spatial.md).



Expand Down

0 comments on commit b2d84ff

Please sign in to comment.