I hereby claim:
- I am lbeltrame on github.
- I am einar (https://keybase.io/einar) on keybase.
- I have a public key whose fingerprint is CBD6 EEE3 7132 027A A237 9659 013F A50B 6E1A 4E79
To claim this, I am signing this object:
details: | |
- algorithm: | |
aligner: bwa | |
archive: cram | |
clinical_reporting: true | |
coverage: my_regions | |
coverage_depth: high | |
coverage_interval: regional | |
effects: vep | |
indelcaller: scalpel |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# | |
# /etc/rc.d/init.d/gogs | |
# | |
# Runs the Gogs Go Git Service. | |
# | |
# | |
# chkconfig: - 85 15 | |
# |
#!/usr/bin/python3 | |
# This file is part of utils | |
# | |
# Copyright (C) 2014 Luca Beltrame <[email protected]> | |
# | |
# This library is free software; you can redistribute it and/or | |
# modify it under the terms of the GNU Library General Public | |
# License as published by the Free Software Foundation; either | |
# version 2 of the License, or (at your option) any later version. | |
# |
#!/usr/bin/env python | |
# encoding: utf-8 | |
import json | |
import os | |
import subprocess | |
import sys | |
import requests | |
from argparse import ArgumentParser |
#!/usr/bin/env python | |
from datetime import datetime | |
import sys | |
from IPython.nbformat import current | |
from pathlib import Path | |
from PyKDE4.kdecore import KStandardDirs | |
from PyKDE4.kio import KRun | |
import PyQt4.QtCore as QtCore |