Skip to content

Instantly share code, notes, and snippets.

View martenson's full-sized avatar
💭
🇺🇦

Martin Cech martenson

💭
🇺🇦
View GitHub Profile
@mvdbeek
mvdbeek / README.md
Last active November 1, 2020 18:50
Mapping Galaxy tools to a python 2 destination

What it does

This configuration will manipulate the PATH variable, so that tools that

  • call python
  • and do not specify a python requirement as a dependency
  • and that you can't change for some reason (e.g they use the deprecated package_* dependencies)

will use python 2. Since we embedd the metdata setting in the job script we set use_metadata_binary and

@bgruening
bgruening / GTN.md
Last active October 17, 2016 15:34
GTN - new shared training material and technologies for training!

Dear training enthusiast,

We have started to work on an unification of the Galaxy training material as discussed during the GCC 2016. As a first example we have chosen our Exome-Seq tutorial and have ported it over to give a real world example of how we imagine the next generation of Galaxy training looks like. Look by yourself: https://github.com/bgruening/training-material/tree/master/Exome-Seq

A few highlights

  • Slides are written in reveal.js
@ericclemmons
ericclemmons / example.md
Last active April 24, 2024 18:09
HTML5 <details> in GitHub

Using <details> in GitHub

Suppose you're opening an issue and there's a lot noisey logs that may be useful.

Rather than wrecking readability, wrap it in a <details> tag!

<details>
 Summary Goes Here
@masak
masak / explanation.md
Last active April 11, 2024 02:50
How is git commit sha1 formed

Ok, I geeked out, and this is probably more information than you need. But it completely answers the question. Sorry. ☺

Locally, I'm at this commit:

$ git show
commit d6cd1e2bd19e03a81132a23b2025920577f84e37
Author: jnthn <jnthn@jnthn.net>
Date:   Sun Apr 15 16:35:03 2012 +0200

When I added FIRST/NEXT/LAST, it was idiomatic but not quite so fast. This makes it faster. Another little bit of masak++'s program.