Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chipathlon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Holland Computing Center
chipathlon
Commits
c6ccbb00
Commit
c6ccbb00
authored
8 years ago
by
aknecht2
Browse files
Options
Downloads
Patches
Plain Diff
Split macs2 into narrow / broad peak calls.
parent
e4567009
No related branches found
No related tags found
1 merge request
!22
Resolve "Add broad / narrow peak for available tools"
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
chipathlon/jobs/params/macs2_broad.yaml
+105
-0
105 additions, 0 deletions
chipathlon/jobs/params/macs2_broad.yaml
chipathlon/jobs/params/macs2_narrow.yaml
+3
-8
3 additions, 8 deletions
chipathlon/jobs/params/macs2_narrow.yaml
with
108 additions
and
8 deletions
chipathlon/jobs/params/macs2_broad.yaml
0 → 100644
+
105
−
0
View file @
c6ccbb00
macs2_broad
:
inputs
:
-
name
:
signal_bed
type
:
file
file_type
:
bed
-
name
:
control_bed
type
:
file
file_type
:
bed
-
name
:
prefix
type
:
string
additional_inputs
:
null
outputs
:
-
name
:
result_peak
type
:
file
file_type
:
bed
-
name
:
excel_result
type
:
file
file_type
:
xls
-
name
:
result_summit
type
:
file
file_type
:
bed
command
:
macs2
arguments
:
-
callpeak
:
type
:
string
changeable
:
false
required
:
true
has_value
:
false
-
"
-t"
:
type
:
file
changeable
:
false
required
:
true
has_value
:
true
default
:
$inputs.0
-
"
-c"
:
type
:
file
changeable
:
false
required
:
true
has_value
:
true
default
:
$inputs.1
-
"
-f"
:
type
:
string
changeable
:
false
required
:
true
has_value
:
true
default
:
"
BED"
-
"
-n"
:
type
:
string
changeable
:
false
required
:
true
has_value
:
true
default
:
$inputs.2
-
"
-g"
:
type
:
string
changeable
:
true
required
:
false
has_value
:
true
default
:
"
hs"
-
"
-p"
:
type
:
numeric
changeable
:
true
required
:
false
has_value
:
true
default
:
0.01
-
"
--nomodel"
:
type
:
string
changeable
:
false
required
:
true
has_value
:
false
-
"
--shift"
:
type
:
numeric
changeable
:
true
required
:
false
has_value
:
true
default
:
0
-
"
--extsize"
:
type
:
numeric
changeable
:
true
required
:
false
has_value
:
true
default
:
110
-
"
--SPMR"
:
type
:
string
changeable
:
false
required
:
true
has_value
:
false
-
"
--broad"
:
type
:
string
changeable
:
false
required
:
true
has_value
:
false
-
"
--broad-cutoff"
:
type
:
numeric
changeable
:
true
required
:
true
has_value
:
true
default
:
0.1
walltime
:
480
memory
:
16000
cores
:
1
nodes
:
1
This diff is collapsed.
Click to expand it.
chipathlon/jobs/params/macs2_
callpeak
.yaml
→
chipathlon/jobs/params/macs2_
narrow
.yaml
+
3
−
8
View file @
c6ccbb00
macs2_
callpeak
:
macs2_
narrow
:
inputs
:
inputs
:
-
name
:
signal_bed
-
name
:
signal_bed
type
:
file
type
:
file
...
@@ -83,17 +83,12 @@ macs2_callpeak:
...
@@ -83,17 +83,12 @@ macs2_callpeak:
required
:
false
required
:
false
has_value
:
true
has_value
:
true
default
:
110
default
:
110
-
"
-B"
:
type
:
string
changeable
:
false
required
:
true
has_value
:
false
-
"
--SPMR"
:
-
"
--SPMR"
:
type
:
string
type
:
string
changeable
:
false
changeable
:
false
required
:
true
required
:
true
has_value
:
false
has_value
:
false
walltime
:
200
0
walltime
:
48
0
memory
:
8
000
memory
:
16
000
cores
:
1
cores
:
1
nodes
:
1
nodes
:
1
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