comparison planemo_install_history.txt @ 0:bab3a658f74e draft

planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
author eschen42
date Tue, 09 May 2017 18:34:35 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:bab3a658f74e
1 #!/bin/bash
2
3 # abridged transcript of the steps that I used to test this wrapper
4
5 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install)"
6
7 sudo apt-get install build-essential
8
9 cat >> ~/.bashrc << .
10 # ACE
11 export PATH="/home/backdoor/.linuxbrew/bin:$PATH"
12 export MANPATH="/home/backdoor/.linuxbrew/share/man:$MANPATH"
13 export INFOPATH="/home/backdoor/.linuxbrew/share/info:$INFOPATH"
14 .
15
16 brew update
17 brew install python
18 brew tap galaxyproject/tap
19 brew install planemo
20
21 git clone https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper.git
22 cd w4mclassfilter_galaxy_wrapper/
23
24 ./run_test.sh