Skip to content

Commit ecc581e

Browse files
authored
Update index.md
image links and onlien doc links updated
1 parent e3aa99b commit ecc581e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<p align="center">
3-
<img src="/images/logo.png" alt="Logo" width=200>
3+
<img src="/docs/images/logo.png" alt="Logo" width=200>
44
</p>
55

66
# Vector Insertion Site – Detection Pipeline
@@ -23,8 +23,8 @@ For a detailed explanation, see our [paper](). In brief, a (partially) known vec
2323

2424
#### Illustrated Core Functionality
2525
<p align="center">
26-
<a href="/images/Combined_Workflow_for_Documentation.png" target="_blank">
27-
<img src="/images/Combined_Workflow_for_Documentation.png" alt="Workflow overview">
26+
<a href="/docs/images/Combined_Workflow_for_Documentation.png" target="_blank">
27+
<img src="/docs/images/Combined_Workflow_for_Documentation.png" alt="Workflow overview">
2828
</a>
2929
</p>
3030

@@ -44,7 +44,7 @@ For a detailed explanation, see our [paper](). In brief, a (partially) known vec
4444

4545
## General Usage
4646

47-
Everything from installation to customization of this pipeline can be found in the [online documentation](). If you are new to `Snakemake`, check out the [introduction to snakemake](https://snakemake.readthedocs.io/en/stable/tutorial/basics.html) first.
47+
Everything from installation to customization of this pipeline can be found in the [online documentation](https://vis-detection-of-vector-insertion-sites.readthedocs.io/en/latest/). If you are new to `Snakemake`, check out the [introduction to snakemake](https://snakemake.readthedocs.io/en/stable/tutorial/basics.html) first.
4848

4949
It is recommended to familiarize yourself with the workflow and its outputs before running it with your own data. A detailed practical example of the workflow and its output files with simulated data can be found in the [tutorial](tutorial/tutorial_intro.md).
5050

@@ -72,11 +72,11 @@ Run the Pipeline:
7272
snakemake --use-conda -n
7373
```
7474

75-
For more detailed instructions, refer to the [online documentation]() and the corresponding [publication]().
75+
For more detailed instructions, refer to the [online documentation](https://vis-detection-of-vector-insertion-sites.readthedocs.io/en/latest/) and the corresponding [publication]().
7676

7777
## Citation and Contribution
7878

79-
If you are using this pipeline or the search strategy implemented in this pipeline, please cite us using "..." and leave us a star.
79+
If you are using this pipeline or the search strategy implemented in this pipeline, please cite us and leave a star.
8080

8181
We encourage contributions to enhance and refine this codebase, whether through providing feedback, improving functionality, or sharing domain-specific expertise. If you have suggestions, encounter issues, or require assistance, please feel free to reach out for support or collaboration.
8282

0 commit comments

Comments
 (0)