Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
QTL
spell-qtl
Commits
5ec867ec
Commit
5ec867ec
authored
Jan 03, 2017
by
damien
Browse files
Fixed manpage (removed popdata argument) and cmakefile.
parent
27dfef91
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
.idea/workspace.xml
View file @
5ec867ec
This diff is collapsed.
Click to expand it.
CMakeLists.txt
View file @
5ec867ec
...
...
@@ -44,7 +44,7 @@ execute_process(
OUTPUT_STRIP_TRAILING_WHITESPACE
)
STRING
(
REGEX MATCHALL
"[
0-9
]+"
VERSION
"
${
LAST_TAG
}
"
)
STRING
(
REGEX MATCHALL
"[
^.
]+"
VERSION
"
${
LAST_TAG
}
"
)
MESSAGE
(
STATUS
"LAST TAG
${
LAST_TAG
}
"
)
MESSAGE
(
STATUS
"VERSION
${
VERSION
}
"
)
...
...
doc/man/spell-qtl.1.md
View file @
5ec867ec
...
...
@@ -8,7 +8,7 @@ spell-qtl – Compute n-point Parental Origin Probabilities and perform QTL anal
# SYNOPSIS
**spell-qtl**
[
*options...*
] [
**--wd**
*PATH*
]
**-n**
*NAME*
**-gm**
*MAP*
**-p**
*POPDATA*
*GEN*
*TRAITS*
[
**-p**
...] [model and algorithms configuration...]
**spell-qtl**
[
*options...*
] [
**--wd**
*PATH*
]
**-n**
*NAME*
**-gm**
*MAP*
**-p**
*GEN*
*TRAITS*
[
**-p**
...] [model and algorithms configuration...]
# DESCRIPTION
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment