Skip to content

Commit

Permalink
Added generation of methylation bigWIGS to preprocess workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Chelsey committed Jun 21, 2017
1 parent 1a4c7dc commit e0b3cc4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion cwl/tools/preprocess.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ outputs:
combined:
type: File
outputSource: mergeSymmetric/combined

methBW:
type: File
outputSource: methylationBigWIG/methBW
covBW:
type: File
outputSource: methylationBigWIG/covBW

steps:
convertMethylation:
Expand All @@ -25,3 +30,9 @@ steps:
in:
toCombine: convertMethylation/converted
out: [combined]
methylationBigWIG:
run: methToBigWig.cwl
in:
toConvert: mergeSymmetric/combined
out: [methBW, covBW]

0 comments on commit e0b3cc4

Please sign in to comment.