Skip to content
Snippets Groups Projects
Verified Commit f912b4ba authored by nfontrod's avatar nfontrod
Browse files

docs/index.md mkdocs.yml: update

parent 3bd8f9c1
No related branches found
No related tags found
No related merge requests found
Pipeline #1039 passed
# IliBaDe # IliBaDe
For full documentation visit [mkdocs.org](https://www.mkdocs.org). `IliBaDe` stands for In-line Barcode De-muliplexing. It's a tool that allow to split a fastq file into mutlple fastq based on the presence in the read of an inline barcode
## Commands ## Prerequisites
* `mkdocs new [dir-name]` - Create a new project. The tool was developed using python 3 and the following dependensies:
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs -h` - Print help message and exit.
## Project layout - [Lazyparser](https://github.com/NFontrodona/Lazyparser)
- [biopython](https://biopython.org/)
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
# Title 2
Lol test
\ No newline at end of file
...@@ -19,7 +19,7 @@ markdown_extensions: ...@@ -19,7 +19,7 @@ markdown_extensions:
nav: nav:
- Documentation: - Documentation:
- documentation/index.md - index.md
- Principle: documentation/principle.md - Principle: documentation/principle.md
- Usage: documentation/usage.md - Usage: documentation/usage.md
- Reference: - Reference:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment