Skip to content

Instantly share code, notes, and snippets.

View wikiselev's full-sized avatar
🏠
Working from home

Vladimir (Vlad) Kiselev wikiselev

🏠
Working from home
View GitHub Profile
@daler
daler / revigo_download.py
Created April 27, 2013 15:42
Run REVIGO on some example data, download R scripts, and run them.
#!/usr/bin/python
"""
- Submit example data to REVIGO server (http://revigo.irb.hr/)
- Download and run R script for creating the treemap
- Download and run R script for creating the scatterplot
Creates files:
treemap.R, treemap.Rout, revigo_treemap.pdf
scatter.R, scatter.Rout, revigo_scatter.pdf
@rodw
rodw / backup-github.sh
Last active June 4, 2024 16:06
A simple script to backup an organization's GitHub repositories, wikis and issues.
#!/bin/bash
# A simple script to backup an organization's GitHub repositories.
#-------------------------------------------------------------------------------
# NOTES:
#-------------------------------------------------------------------------------
# * Under the heading "CONFIG" below you'll find a number of configuration
# parameters that must be personalized for your GitHub account and org.
# Replace the `<CHANGE-ME>` strings with the value described in the comments
# (or overwrite those values at run-time by providing environment variables).