Skip to content
Snippets Groups Projects
Commit 6490b085 authored by Blaise Li's avatar Blaise Li
Browse files

Force use of python3.

parent 82127bcb
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ then ...@@ -94,7 +94,7 @@ then
echo "assuming ${norm} is the size factor" echo "assuming ${norm} is the size factor"
size="${norm}" size="${norm}"
fi fi
scale=$(python -c "print 1.0 / ${size}") scale=$(python3 -c "print(1.0 / ${size})")
scaling="-scale ${scale}" scaling="-scale ${scale}"
bedgraph="${workdir}/${mapping_name}_norm_${orient}_genomecov.bg" bedgraph="${workdir}/${mapping_name}_norm_${orient}_genomecov.bg"
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment