Skip to content

Commit

Permalink
fix docs references
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekbhr committed Feb 25, 2024
1 parent 4eacef7 commit 10e2146
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ python:
path: .
extra_requirements:
- doc
- requirements: docs/requirements.txt
4 changes: 2 additions & 2 deletions docs/content/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Tutorials for using sincei inside python
.. toctree::
:maxdepth: 1

tutorials/snmC2Tseq_preprocessing
tutorials/GLM_PCA_analysis
tutorials/snmCATseq_preprocessing
tutorials/snmCATseq_glmPCA_analysis
2 changes: 1 addition & 1 deletion docs/content/tutorials/sincei_tutorial_10x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ We will use the ``gex_possorted_bam.bam`` for gene-expression data and
sincei. These files can also be produced as part of the
``cellranger count`` workflow for scRNA-seq or scATAC-seq data alone.
For convenience, we provide a subset of this data (only chromosome 2)
`here <>`__
`here`

.. code:: bash
Expand Down
2 changes: 1 addition & 1 deletion docs/content/tutorials/snmCATseq_glmPCA_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"## Read data\n",
"\n",
"\n",
"Starting from the files provided in our [figshare repository](), the data needs to be first processed as demonstrated in \"snmCATseq_prepcessing.ipynb\". We here load the output.\n",
"Starting from the files provided in our figshare repository, the data needs to be first processed as demonstrated in \"snmCATseq_prepcessing.ipynb\". We here load the output.\n",
"\n",
"In order to confirm whether glmPCA results help in identifying clusters of cells, we shall also load the celltype metadata provided in the Supplementary table 5 of the original manuscript.\n"
]
Expand Down
4 changes: 3 additions & 1 deletion docs/content/tutorials/snmCATseq_preprocessing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"cell_type": "code",
"execution_count": 1,
"id": "988e257e-c523-4ead-af26-99a45177a79c",
"metadata": {},
"metadata": {
"scrolled": true
},
"outputs": [],
"source": [
"import os, tqdm, itertools, math\n",
Expand Down

0 comments on commit 10e2146

Please sign in to comment.