Skip to content

Commit

Permalink
add documentation for the cit pipeline config
Browse files Browse the repository at this point in the history
  • Loading branch information
WassimG committed Oct 10, 2024
1 parent fcbea30 commit 5734668
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/_static/custom_cookietemple.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ table.align-default {
padding-left: 50px;
}

.ptm-config-table tbody tr:not(:first-child) td:nth-child(1) {
.ptm-config-table tbody tr:nth-last-child(-n + 3) td:nth-child(1) {
padding-left: 50px;
}

Expand Down
10 changes: 5 additions & 5 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ Applicable to local intensity prediction
.. table::
:class: fixed-table

+----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Description |
+============================+====================================================================================================================================================================+
| dlomixInferenceBatchSize | Batch size to use for local inference with DLomix |
+----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Description |
+============================+====================================================================================================================================================================+
| dlomixInferenceBatchSize | Batch size to use for local inference with DLomix |
+----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+

Applicable to transfer/refinement learning
------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ matplotlib = "^3.6.3"
mokapot = ">=0.9.1,<0.11.0"
numpy = ">=1.20,<1.25"
seaborn = ">=0.12.2,<0.14.0"
spectrum_fundamentals = ">=0.7.4,<0.8.0"
spectrum_fundamentals = ">=0.7.6,<0.8.0"
spectrum-io = ">=0.6.3,<0.7.0"
picked_group_fdr = ">=0.7.1"

Expand Down

0 comments on commit 5734668

Please sign in to comment.