Skip to content
Snippets Groups Projects
Commit 553ac18d authored by Sander Bollen's avatar Sander Bollen
Browse files

remove TODO

parent 7ff13b77
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ If you decide to use Maven, you should clone the [GATK public github repository]
You should use GATK 3.6.
After cloning GATK 3.6, run the following in a terminal
`mvn clean && mvn install`
`mvn clean install`
You should perform the same steps for [Biopet](https://github.com/biopet/biopet). This document assumes you are working with Biopet 0.7 or higher.
......@@ -149,8 +149,6 @@ assemblyMergeStrategy in assembly := {
}
```
TODO
## New pipeline
To create a new pipeline in your project you need a class that extends from `Qscript` and `SummaryQScript`.
......
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