Skip to content
Snippets Groups Projects

Resolve "Parse ccat / peakranger output into bed files"

Merged aknecht2 requested to merge 21-parse-ccat-peakranger-output-into-bed-files into master
12 files
+ 249
23
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -18,7 +18,7 @@ peak_call:
@@ -18,7 +18,7 @@ peak_call:
type: file
type: file
- peakranger.log:
- peakranger.log:
type: stdout
type: stdout
- sort_awk_sort_peaks:
- peakranger_format_bed:
inputs:
inputs:
- region.bed:
- region.bed:
type: file
type: file
@@ -26,7 +26,7 @@ peak_call:
@@ -26,7 +26,7 @@ peak_call:
outputs:
outputs:
- region_sorted.bed:
- region_sorted.bed:
type: file
type: file
- sort_awk_sort_peaks:
- peakranger_format_bed:
inputs:
inputs:
- summit.bed:
- summit.bed:
type: file
type: file
@@ -51,13 +51,26 @@ peak_call:
@@ -51,13 +51,26 @@ peak_call:
outputs:
outputs:
- significant.peak:
- significant.peak:
type: file
type: file
 
prefix_join: "."
- significant.region:
- significant.region:
type: file
type: file
 
prefix_join: "."
- top100000.peak:
- top100000.peak:
type: file
type: file
- ccat.log:
prefix_join: "."
 
- log:
type: stdout
type: stdout
- sort_awk_sort_peaks:
prefix_join: "."
 
- ccat_format_bed:
 
inputs:
 
- significant.region:
 
type: file
 
additional_inputs: null
 
outputs:
 
- region_sorted.bed:
 
type: file
 
save_result: true
 
- ccat_format_bed:
inputs:
inputs:
- significant.peak:
- significant.peak:
type: file
type: file
@@ -117,7 +130,7 @@ peak_call:
@@ -117,7 +130,7 @@ peak_call:
type: file
type: file
- results.ccscore:
- results.ccscore:
type: file
type: file
- zcat_awk_sort_peaks:
- sort_awk_sort_peaks:
inputs:
inputs:
- results.narrowPeak.gz:
- results.narrowPeak.gz:
type: file
type: file
@@ -136,7 +149,7 @@ peak_call:
@@ -136,7 +149,7 @@ peak_call:
type: string
type: string
additional_inputs: null
additional_inputs: null
outputs:
outputs:
- results.narrowPeak:
- peaks.narrowPeak:
type: file
type: file
- results.xls:
- results.xls:
type: file
type: file
@@ -144,7 +157,7 @@ peak_call:
@@ -144,7 +157,7 @@ peak_call:
type: file
type: file
- sort_awk_sort_peaks:
- sort_awk_sort_peaks:
inputs:
inputs:
- results.narrowPeak:
- peaks.narrowPeak:
type: file
type: file
additional_inputs: null
additional_inputs: null
outputs:
outputs:
Loading