Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
akabiraka committed May 8, 2024
1 parent 43954f6 commit 44641aa
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions docs/_sources/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ The 'data_preprocessing' directory holds all the data generation steps and divid
- Scripts
* - Download human genome assembly (GRCh37/hg19) and `uniform TFBS <https://genome.ucsc.edu/cgi-bin/hgTrackUi?hgsid=2215774794_SHfvFO0XVRMcn6xaqOTugAa1Faf1&c=chr1&g=wgEncodeAwgTfbsUniform>`_
- ``0_download_data.py``
* -
-
* -
-
* - Preprocess TFBS narrowpeak files and human genome
- ``1_preprocess_narrowPeaks_and_humanGenome.sh``
* - Overlapping computation for label association
- ``2.1_compute_overlappings_job.sh``<br /> ``2.2_compute_overlappings.sh``<br /> ``3_postprocess.sh``
* -
-
* -
Expand All @@ -89,8 +89,8 @@ The 'data_preprocessing' directory holds all the data generation steps and divid
-

.. | | `````` |
.. | Preprocess TFBS narrowpeak files and human genome | ```1_preprocess_narrowPeaks_and_humanGenome.sh``` |
.. | Overlapping computation for label association | ```2.1_compute_overlappings_job.sh```<br /> ```2.2_compute_overlappings.sh```<br /> ```3_postprocess.sh``` |
.. | | ````` |
.. | | |
.. | Label association | ```5.1_extract_bins_containingOtherThanACGT.ipynb```<br /> ```5.2_compute_peaks_with_labels_clean.sh```|
.. | Data preprocessing for DNA breathing dynamics generation and DNABERT2 | ```6.1_create_data_for_pydnaepbd.ipynb```<br /> ```6.2_create_data_for_dnabert2.ipynb``` |
.. | Train/validation/test split| ```7_create_train_val_test_set.ipynb``` |
Expand Down
Binary file modified docs/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/doctrees/index.doctree
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,11 +409,11 @@ <h1>Data Preprocessing Steps<a class="headerlink" href="#data-preprocessing-step
<tr class="row-even"><td><p>Download human genome assembly (GRCh37/hg19) and <a class="reference external" href="https://genome.ucsc.edu/cgi-bin/hgTrackUi?hgsid=2215774794_SHfvFO0XVRMcn6xaqOTugAa1Faf1&amp;c=chr1&amp;g=wgEncodeAwgTfbsUniform">uniform TFBS</a></p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">0_download_data.py</span></code></p></td>
</tr>
<tr class="row-odd"><td></td>
<td></td>
<tr class="row-odd"><td><p>Preprocess TFBS narrowpeak files and human genome</p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">1_preprocess_narrowPeaks_and_humanGenome.sh</span></code></p></td>
</tr>
<tr class="row-even"><td></td>
<td></td>
<tr class="row-even"><td><p>Overlapping computation for label association</p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">2.1_compute_overlappings_job.sh``&lt;br</span> <span class="pre">/&gt;</span> <span class="pre">``2.2_compute_overlappings.sh``&lt;br</span> <span class="pre">/&gt;</span> <span class="pre">``3_postprocess.sh</span></code></p></td>
</tr>
<tr class="row-odd"><td></td>
<td></td>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs_builder/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ The 'data_preprocessing' directory holds all the data generation steps and divid
- Scripts
* - Download human genome assembly (GRCh37/hg19) and `uniform TFBS <https://genome.ucsc.edu/cgi-bin/hgTrackUi?hgsid=2215774794_SHfvFO0XVRMcn6xaqOTugAa1Faf1&c=chr1&g=wgEncodeAwgTfbsUniform>`_
- ``0_download_data.py``
* -
-
* -
-
* - Preprocess TFBS narrowpeak files and human genome
- ``1_preprocess_narrowPeaks_and_humanGenome.sh``
* - Overlapping computation for label association
- ``2.1_compute_overlappings_job.sh``<br /> ``2.2_compute_overlappings.sh``<br /> ``3_postprocess.sh``
* -
-
* -
Expand All @@ -89,8 +89,8 @@ The 'data_preprocessing' directory holds all the data generation steps and divid
-

.. | | `````` |
.. | Preprocess TFBS narrowpeak files and human genome | ```1_preprocess_narrowPeaks_and_humanGenome.sh``` |
.. | Overlapping computation for label association | ```2.1_compute_overlappings_job.sh```<br /> ```2.2_compute_overlappings.sh```<br /> ```3_postprocess.sh``` |
.. | | ````` |
.. | | |
.. | Label association | ```5.1_extract_bins_containingOtherThanACGT.ipynb```<br /> ```5.2_compute_peaks_with_labels_clean.sh```|
.. | Data preprocessing for DNA breathing dynamics generation and DNABERT2 | ```6.1_create_data_for_pydnaepbd.ipynb```<br /> ```6.2_create_data_for_dnabert2.ipynb``` |
.. | Train/validation/test split| ```7_create_train_val_test_set.ipynb``` |
Expand Down

0 comments on commit 44641aa

Please sign in to comment.