Skip to content

Instantly share code, notes, and snippets.

View lpryszcz's full-sized avatar

Leszek Pryszcz lpryszcz

View GitHub Profile
@jdcrensh
jdcrensh / replicate.py
Last active May 2, 2018 14:20
Self-replicating python script
#!/usr/bin/python
import os, sys, time, uuid
# get self code
self_content = file(sys.argv[0]).read()
while True:
# wait 10 seconds
time.sleep(10)
@KonradIT
KonradIT / readme.md
Last active July 11, 2024 20:46
GoPro Studio for Linux
@toniher
toniher / neo4jclient-ncbi-py2neo-1.6.py
Created February 7, 2015 12:48
py2neo 1.6 version of script requesting distance and parent from NCBI Taxonomy Neo4j database
#!/usr/bin/env python
from py2neo import neo4j
import sys
import logging
import argparse
from inspect import getmembers
from pprint import pprint
parser = argparse.ArgumentParser()
parser.add_argument("acc1",
@sirselim
sirselim / basecalling_notes.md
Last active August 1, 2023 01:27
a collection of my notes while working on nanopore basecalling on the Jetson Xavier

Jetson Xavier basecalling notes

initial basecalling runs

'fast' flip-flop calling on the Jetson Xavier

guppy_basecaller --disable_pings --compress_fastq -c dna_r9.4.1_450bps_fast.cfg -i flongle_fast5_pass/ -s flongle_test2 -x 'auto' --recursive