Commit b56729e8 authored by tekath's avatar tekath
Browse files

Fix workflow image

parent 0ec2e744
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ devtools::install_github("TobiTekath/DTUrtle")
- **See preprocessing vignettes for exemplified workflow with data**

```{r echo=FALSE,  out.height = '100%', fig.align='center'}
knitr::include_graphics("/data/dturtle_package/DTUrtle_workflow.svg")
knitr::include_graphics("docs/DTUrtle_workflow.svg")
```


+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ devtools::install_github("TobiTekath/DTUrtle")
  - **See preprocessing vignettes for exemplified workflow with
data**

<img src="/data/dturtle_package/DTUrtle_workflow.svg" height="100%" style="display: block; margin: auto;" />
<img src="docs/DTUrtle_workflow.svg" height="100%" style="display: block; margin: auto;" />

## DTUrtle minimal workflow

+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ reference:
    contents:
      - import_gtf
      - import_counts
      - combine_to_matrix
      - run_drimseq
      - posthoc_and_stager

+1 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ devtools::install_github("TobiTekath/DTUrtle")</pre></html></div>
<ul>
<li><strong>See preprocessing vignettes for exemplified workflow with data</strong></li>
</ul>
<p><img src="/data/dturtle_package/DTUrtle_workflow.svg" height="100%" style="display: block; margin: auto;"></p>
<p><img src="docs/DTUrtle_workflow.svg" height="100%" style="display: block; margin: auto;"></p>
</div>
<div id="dturtle-minimal-workflow" class="section level2">
<h2 class="hasAnchor">
Loading