Skip to content

Commit

Permalink
argument name bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyaog committed Jul 3, 2024
1 parent b69663b commit 6fd175f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CNV-Profiler/CNV-Profiler.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ task cnvDepthProfiler{
python3 /BaseImage/CovProfileViz/scripts/CNV_Depth_Profiler.py \
-c ~{depthProfile} \
-b ~{cnvBedFile} \
-n output/~{sampleName}
-o output/~{sampleName}
>>>
output {
Expand Down

0 comments on commit 6fd175f

Please sign in to comment.