This wiki is powered by DokuWiki. It is an open platform where ABI members can contribute documentation. Currently, editing does not require logging in – this may change in the future.
There are two ways to create a new page:
Method 1: Search and Create
Method 2: Direct URL
software:bwa, go to https://wiki.abi.am/software:bwa.
DokuWiki organizes pages into namespaces, which work like folders. The colon (:) separates namespace levels.
Examples:
software:slurm – the “slurm” page inside the “software” namespace.getting_started:new_member – the “new_member” page inside “getting_started”.infra:ldap – the “ldap” page inside “infra”.
Each namespace should have a start page that serves as the landing/index page for that section. For example, software:start is the main page for the Software section.
Current namespaces on this wiki:
| Namespace | Purpose |
|---|---|
getting_started | Onboarding guides, cluster basics, and this wiki editing guide |
software | Documentation for installed software and tools |
pipelines | End-to-end bioinformatics workflows |
scripts | Reusable individual scripts |
databases | Reference genomes, indexes, and shared datasets |
projects | Research project documentation |
infra | IT infrastructure (servers, network, LDAP, etc.) |
When creating a new page, always place it in the appropriate namespace rather than at the root level.
DokuWiki uses its own simple markup syntax. Here are the essentials:
====== Heading 1 ======
===== Heading 2 =====
==== Heading 3 ====
**bold text**
//italic text//
''monospaced text''
* Bullet list item
* Another item
* Nested item
- Numbered list
- Second item
[[namespace:page|Link Text]]
[[https://example.com|External Link]]
^ Header 1 ^ Header 2 ^
| Cell 1 | Cell 2 |
| Cell 3 | Cell 4 |
Use <code> tags for code blocks. You can specify the language for syntax highlighting:
<code bash> #!/bin/bash echo "Hello World"
</code>
*TODO: If you have the “note” or “wrap” plugin installed, document it here. Otherwise, you can use bold text or blockquotes:*
> **Note:** This is an important note. > **Warning:** Be careful with this operation.
For the complete syntax guide, see:
All edits are saved. You can view and restore previous versions of any page:
To see an overview of all pages organized by namespace, visit the Sitemap.
variant_calling, not VariantCalling or Variant Calling.[[namespace:page|Description]] to cross-reference.If you are unsure where to put something or how to format it, contact it-support@abi.am or just create the page – someone will help reorganize it if needed.