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
f81488ec
Commit
f81488ec
authored
8 years ago
by
aknecht2
Browse files
Options
Downloads
Patches
Plain Diff
Fixed issues with ccat output files.
parent
57089bbd
No related branches found
No related tags found
1 merge request
!18
Resolve "Parse ccat / peakranger output into bed files"
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
chipathlon/jobs/modules/peak_call.yaml
+11
-6
11 additions, 6 deletions
chipathlon/jobs/modules/peak_call.yaml
chipathlon/peak_call_generator.py
+1
-1
1 addition, 1 deletion
chipathlon/peak_call_generator.py
with
12 additions
and
7 deletions
chipathlon/jobs/modules/peak_call.yaml
+
11
−
6
View file @
f81488ec
...
...
@@ -49,25 +49,30 @@ peak_call:
type
:
string
additional_inputs
:
null
outputs
:
-
ccat.
significant.peak
:
-
significant.peak
:
type
:
file
-
ccat.significant.region
:
prefix_join
:
"
."
-
significant.region
:
type
:
file
-
ccat.top100000.peak
:
prefix_join
:
"
."
-
top100000.peak
:
type
:
file
-
ccat.log
:
prefix_join
:
"
."
-
log
:
type
:
stdout
prefix_join
:
"
."
-
ccat_format_bed
:
inputs
:
-
ccat.
significant.region
:
-
significant.region
:
type
:
file
additional_inputs
:
null
outputs
:
-
region_sorted.bed
:
type
:
file
save_result
:
true
-
ccat_format_bed
:
inputs
:
-
ccat.
significant.peak
:
-
significant.peak
:
type
:
file
additional_inputs
:
null
outputs
:
...
...
This diff is collapsed.
Click to expand it.
chipathlon/peak_call_generator.py
+
1
−
1
View file @
f81488ec
...
...
@@ -70,7 +70,7 @@ class PeakCallGenerator(ModuleGenerator):
# The prefix mod is because ccat files have double extensions,
# and we can't control the names of the output files directly,
# only with the prefix.
"
prefix
"
:
"
_
"
.
join
(
result
.
prefix
.
split
(
"
_
"
)[:
-
1
])
"
prefix
"
:
result
.
prefix
}
additional_inputs
=
{}
return
(
markers
,
inputs
,
additional_inputs
)
...
...
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