Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
diffTF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
grp-zaugg
diffTF
Commits
e1342cd7
Commit
e1342cd7
authored
Jul 17, 2019
by
Christian Arnold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor
parent
baf3a4c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/conf.py
docs/conf.py
+1
-1
src/R/diffPeaks.R
src/R/diffPeaks.R
+1
-1
No files found.
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