Skip to content

Commit

Permalink
updated the padded command
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyaog committed Jul 2, 2024
1 parent c6aa0f3 commit 7bf2094
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 @@ -121,7 +121,7 @@ task GetPaddedCnvBed {
source activate env_viz
python3 <<CODE
padded_cnv_interval_list = []
with open(~{cnvBedFile}, 'r') as f:
with open("~{cnvBedFile}", 'r') as f:
for line in f:
chr = line.strip().split('\t')[0]
start = line.strip().split('\t')[1]
Expand Down

0 comments on commit 7bf2094

Please sign in to comment.