Skip to content
Snippets Groups Projects
Commit cd89147b authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Changed menu

parent 883abceb
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,8 @@ ...@@ -2,9 +2,8 @@
### Requirements ### Requirements
- Maven 3.3 - Maven 3.3
- Installed Gatk to maven local repository - Installed Gatk to maven local repository (see below)
- Installed Biopet to maven local repository - Installed Biopet to maven local repository (see below)
-
To start to develop a biopet pipeline you should have installed Gatk and Biopet in your local maven repository. Do to this execute the follow command. To start to develop a biopet pipeline you should have installed Gatk and Biopet in your local maven repository. Do to this execute the follow command.
```bash ```bash
...@@ -24,3 +23,12 @@ mvn -DskipTests=true clean install ...@@ -24,3 +23,12 @@ mvn -DskipTests=true clean install
``` ```
### Basic components
#### Qscript (pipeline)
A basic pipeline would look like this.
#### Extensions (wrappers)
#### Tools (scala programs)
\ No newline at end of file
...@@ -38,8 +38,10 @@ pages: ...@@ -38,8 +38,10 @@ pages:
- 0.3.1: 'release_notes_0.3.1.md' - 0.3.1: 'release_notes_0.3.1.md'
- 0.3.0: 'release_notes_0.3.0.md' - 0.3.0: 'release_notes_0.3.0.md'
- Developer: - Developer:
- 'developer/getting-started.md' - Getting Started: 'developer/getting-started.md'
- 'developer/code-style.md' - Code Style: 'developer/code-style.md'
- Scala docs:
- 0.4.0: 'developer/code-style.md'
#- ['developing/Setup.md', 'Developing', 'Setting up your local development environment'] #- ['developing/Setup.md', 'Developing', 'Setting up your local development environment']
#theme: readthedocs #theme: readthedocs
repo_url: https://github.com/biopet/biopet repo_url: https://github.com/biopet/biopet
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment