Skip to content

Instantly share code, notes, and snippets.

View adefelicibus's full-sized avatar

Alexandre Defelicibus adefelicibus

  • A.C.Camargo
  • Brazil
View GitHub Profile
@adefelicibus
adefelicibus / galaxy-init-example
Created November 17, 2015 15:50 — forked from chapmanb/galaxy-init-example
Example Galaxy start script for CentOS: edit and put in /etc/init.d/galaxy
#!/bin/bash
#--- config
SERVICE_NAME=galaxy
RUN_AS=galaxy
RUN_IN=/your/galaxy/directory
#--- main actions
@adefelicibus
adefelicibus / qiime_centos.md
Last active September 3, 2015 13:35 — forked from alanorth/qiime_centos.md
Manually installing QIIME 1.8.0 on CentOS 6.5...

QIIME 1.8.0 on CentOS 6.5

Installing QIIME manually in it's own prefix on CentOS 6.5. Our cluster has a network-mounted applications directory, so I wanted to install it once there, so all cluster nodes could use it.

Python 2.7.3

QIIME wants this specific version, so let's compile and install it into the qiime/1.8.0 prefix.

Prepare Python source: