# HG changeset patch
# User ximgchess
# Date 1681325586 0
# Node ID 2abfae6df4f85a3d03619d43be4ce7477acff897
# Parent 55740619de5e55f86b353fb7eac62aaaa685fbc8
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit eda217fb0afe5af50380a24b578c668db9c004f4-dirty
diff -r 55740619de5e -r 2abfae6df4f8 pip_install.sh
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/pip_install.sh Wed Apr 12 18:53:06 2023 +0000
@@ -0,0 +1,9 @@
+#!/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
+
+echo 'Try installing $1 to $PIPLOC'
+pip --exists-action i install --target $PIPLOC $1
diff -r 55740619de5e -r 2abfae6df4f8 tomo/.tomo_reduce.xml.swp
Binary file tomo/.tomo_reduce.xml.swp has changed
diff -r 55740619de5e -r 2abfae6df4f8 tomo/pip_install.sh
--- a/tomo/pip_install.sh Wed Apr 12 18:45:40 2023 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-#!/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 55740619de5e -r 2abfae6df4f8 tomo/tomo_reduce.xml
--- a/tomo/tomo_reduce.xml Wed Apr 12 18:45:40 2023 +0000
+++ b/tomo/tomo_reduce.xml Wed Apr 12 18:53:06 2023 +0000
@@ -6,9 +6,7 @@