Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
biopet.biopet
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirrors
biopet.biopet
Commits
cd89147b
Commit
cd89147b
authored
9 years ago
by
Peter van 't Hof
Browse files
Options
Downloads
Patches
Plain Diff
Changed menu
parent
883abceb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/developer/getting-started.md
+11
-3
11 additions, 3 deletions
docs/developer/getting-started.md
mkdocs.yml
+4
-2
4 additions, 2 deletions
mkdocs.yml
with
15 additions
and
5 deletions
docs/developer/getting-started.md
+
11
−
3
View file @
cd89147b
...
...
@@ -2,9 +2,8 @@
### Requirements
-
Maven 3.3
-
Installed Gatk to maven local repository
-
Installed Biopet to maven local repository
-
-
Installed Gatk to maven local repository (see below)
-
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.
```
bash
...
...
@@ -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
This diff is collapsed.
Click to expand it.
mkdocs.yml
+
4
−
2
View file @
cd89147b
...
...
@@ -38,8 +38,10 @@ pages:
-
0.3.1
:
'
release_notes_0.3.1.md'
-
0.3.0
:
'
release_notes_0.3.0.md'
-
Developer
:
-
'
developer/getting-started.md'
-
'
developer/code-style.md'
-
Getting Started
:
'
developer/getting-started.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']
#theme: readthedocs
repo_url
:
https://github.com/biopet/biopet
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment