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
Zaugg Group
diffTF
Commits
e1342cd7
Commit
e1342cd7
authored
Jul 17, 2019
by
Christian Arnold
Browse files
Minor
parent
baf3a4c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/conf.py
View file @
e1342cd7
...
...
@@ -57,7 +57,7 @@ author = 'Christian Arnold, Ivan Berest, Judith B. Zaugg'
# The short X.Y version.
version
=
'1.3'
# The full version, including alpha/beta/rc tags.
release
=
'1.3.
0
'
release
=
'1.3.
1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
src/R/diffPeaks.R
View file @
e1342cd7
...
...
@@ -188,7 +188,7 @@ coverageAll.m = as.matrix(dplyr::select(coverageAll.df, -one_of("Geneid", "Chr",
sampleIDs
=
sampleData.df
$
SampleID
[
which
(
basename
(
sampleData.df
$
bamReads
)
%in%
basename
(
colnames
(
coverageAll.m
)))]
if
(
length
(
unique
(
sampleIDs
))
!=
nrow
(
sampleData.df
))
{
message
=
paste0
(
"Colnames mismatch."
)
message
=
paste0
(
"Colnames mismatch.
Make sure that each sampleID is unique in the sample summary table.
"
)
checkAndLogWarningsAndErrors
(
NULL
,
message
,
isWarning
=
FALSE
)
}
...
...
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