view planemo_install_history.txt @ 0:bab3a658f74e draft

planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
author eschen42
date Tue, 09 May 2017 18:34:35 -0400
parents
children
line wrap: on
line source

#!/bin/bash

# abridged transcript of the steps that I used to test this wrapper

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install)"

sudo apt-get install build-essential

cat >> ~/.bashrc << .
# ACE
export PATH="/home/backdoor/.linuxbrew/bin:$PATH"
export MANPATH="/home/backdoor/.linuxbrew/share/man:$MANPATH"
export INFOPATH="/home/backdoor/.linuxbrew/share/info:$INFOPATH"
.

brew update
brew install python
brew tap galaxyproject/tap
brew install planemo

git clone https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper.git
cd w4mclassfilter_galaxy_wrapper/

./run_test.sh