Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chipseq_analysis
Manage
Activity
Members
Labels
Plan
Issues
19
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
BICF
Astrocyte
chipseq_analysis
Merge requests
!20
Resolve "Use SampleIds/ Experiment Id as file names throughtout pipeline"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Use SampleIds/ Experiment Id as file names throughtout pipeline"
23-rename_output
into
master
Overview
0
Commits
52
Pipelines
1
Changes
31
Merged
Venkat Malladi
requested to merge
23-rename_output
into
master
6 years ago
Overview
0
Commits
52
Pipelines
1
Changes
31
Expand
Closes
#23 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d9919554
52 commits,
6 years ago
31 files
+
573
−
308
Expand all files
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
Search (e.g. *.vue) (Ctrl+P)
workflow/scripts/annotate_peaks.R
+
1
−
1
Options
@@ -17,7 +17,7 @@ args <- commandArgs(trailingOnly=TRUE)
# Check input args
if
(
length
(
args
)
!=
2
)
{
stop
(
"Usage: annotate_peaks.R
[
annotate_design.tsv
] [
genome_assembly
]
"
,
call.
=
FALSE
)
stop
(
"Usage: annotate_peaks.R annotate_design.tsv genome_assembly"
,
call.
=
FALSE
)
}
design_file
<-
args
[
1
]