Skip to content

Commit

Permalink
calling python using python3 in WDL
Browse files Browse the repository at this point in the history
  • Loading branch information
yueyaog committed Apr 26, 2024
1 parent 4dcfd44 commit 949e551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PECGS-QUICviz/QUICviz.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ task mergeImages {
mkdir -p output/images
for i in `ls ~{sep=" " plot}`; do mv $i output/images/; done

python <<CODE
python3 <<CODE
import img2pdf
import glob
import os
Expand Down

0 comments on commit 949e551

Please sign in to comment.