# HG changeset patch # User ximgchess # Date 1681324977 0 # Node ID 70992f91d75f346d8d864b24dfcadc7fa1fc04a9 # Parent e6848e9c1c3c24c794e126cfce3b4cd028f32b6a planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit eda217fb0afe5af50380a24b578c668db9c004f4-dirty diff -r e6848e9c1c3c -r 70992f91d75f tomo/.tomo_reduce.xml.swp Binary file tomo/.tomo_reduce.xml.swp has changed diff -r e6848e9c1c3c -r 70992f91d75f tomo/pip_install.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tomo/pip_install.sh Wed Apr 12 18:42:57 2023 +0000 @@ -0,0 +1,8 @@ +#!/bin/bash + +VERSION=`python --version | awk '{split($2,a,"."); printf "%s.%s", a[1], a[2]}'` +PIPLOC=`which python | sed 's/bin\/python//g'` +PIPLOC=$PIPLOC/lib/python$VERSION/site-packages +echo $PIPLOC + +pip --exists-action i install --target $PIPLOC $1 diff -r e6848e9c1c3c -r 70992f91d75f tomo/tomo_reduce.xml --- a/tomo/tomo_reduce.xml Wed Apr 12 16:46:04 2023 +0000 +++ b/tomo/tomo_reduce.xml Wed Apr 12 18:42:57 2023 +0000 @@ -6,9 +6,9 @@