Skip to content

bebatut-slides/galaxy_workshop_05_16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workshop on tool integration in Galaxy environment

Install

$ git clone https://github.com/bebatut-slides/galaxy_workshop_05_16.git
$ git submodule init
$ git submodule update
$ git clone https://github.com/astefanutti/decktape/
$ cd decktape

Download PhantomJS executable following Decktape instructions

# Windows (MSVC 2013), 64-bit, for Windows Vista or later, bundles VC++ Runtime 2013
$ curl -L http://astefanutti.github.io/decktape/downloads/phantomjs-msvc2013-win64.exe -o bin\phantomjs.exe
# Mac OS X (Cocoa), 64-bit, for OS X 10.6 or later
$ curl -L http://astefanutti.github.io/decktape/downloads/phantomjs-osx-cocoa-x86-64 -o bin/phantomjs
# Linux (CentOS 6), 64-bit
$ curl -L http://astefanutti.github.io/decktape/downloads/phantomjs-linux-centos6-x86-64 -o bin/phantomjs
# Linux (CentOS 7), 64-bit
$ curl -L http://astefanutti.github.io/decktape/downloads/phantomjs-linux-centos7-x86-64 -o bin/phantomjs
# Linux (Debian 8), 64-bit
$ curl -L http://astefanutti.github.io/decktape/downloads/phantomjs-linux-debian8-x86-64 -o bin/phantomjs

Change permissions

$ chmod +x bin/phantomjs
$ cd ../

Usage

To generate PDF file corresponding to HTML files, run:

$ ./build.sh

About

Slides for a workshop on tool integration in Galaxy environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published