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
Holland Computing Center
chipathlon
Commits
fd81dc40
Commit
fd81dc40
authored
Jun 14, 2017
by
aknecht2
Browse files
Updated pepr yaml files to copy duplicate control / signal files under new name.
parent
74836b3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
chipathlon/jobs/modules/peak_call.yaml
View file @
fd81dc40
...
...
@@ -358,12 +358,30 @@ peak_call:
param_name
:
full_result
final_result
:
true
-
pepr[tool]
:
-
cp
:
inputs
:
control.bed
:
param_name
:
input_file
outputs
:
control2.bed
:
param_name
:
output_file
-
cp
:
inputs
:
signal.bed
:
param_name
:
input_file
outputs
:
signal2.bed
:
param_name
:
output_file
-
pepr_callpeak
:
inputs
:
control.bed
:
param_name
:
control.bed
param_name
:
control1.bed
control2.bed
:
param_name
:
control2.bed
signal.bed
:
param_name
:
signal.bed
param_name
:
signal1.bed
signal2.bed
:
param_name
:
signal2.bed
prefix
:
param_name
:
prefix
peak_type
:
...
...
chipathlon/jobs/params/pepr_callpeak.yaml
View file @
fd81dc40
pepr_callpeak
:
inputs
:
control.bed
:
control
1
.bed
:
type
:
file
file_type
:
bed
signal.bed
:
control2.bed
:
type
:
file
file_type
:
bed
signal1.bed
:
type
:
file
file_type
:
bed
signal2.bed
:
type
:
file
file_type
:
bed
prefix
:
...
...
@@ -26,8 +32,8 @@ pepr_callpeak:
required
:
true
has_value
:
true
default
:
-
$control.bed
-
$control.bed
-
$control
1
.bed
-
$control
2
.bed
-
"
-i"
:
type
:
file_list
separator
:
"
,"
...
...
@@ -35,8 +41,8 @@ pepr_callpeak:
required
:
true
has_value
:
true
default
:
-
$signal.bed
-
$signal.bed
-
$signal
1
.bed
-
$signal
2
.bed
-
"
-n"
:
type
:
string
changeable
:
true
...
...
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