Skip to content

Instantly share code, notes, and snippets.

@eparker05
eparker05 / fingerprint_list.csv
Created August 20, 2015 05:51
Found fingerprints in Reply All #12 - Back End Troubles ------ Longer description: fingerprint are found by searching the episode for fingerprint sets from the Gimlet Media ad music. Scalar value of each fingerprint is the time at which the fingerprint begins in the ad music clip. Since the ad-music is digitally generated with a high degree of r…
podcast_time fingerprint_value
11.8348 0.0225
11.8348 0.0225
12.6324 0.0380
13.5797 1.5210
0.0163 1.5210
0.0047 0.6755
12.8332 0.2360
13.2595 0.8533
13.5797 1.8774
@eparker05
eparker05 / lazy_performance.py
Last active August 29, 2015 14:04
A short script to compare Biopython SeqIO performance with and without lazy loading
""" SeqIO_lazy_performance_test.py
This file runs a quick performance test to compare parsing with SeqIO using
the lazy loading indexing functions and using the traditional SeqIO parsing
functions.
Usage:
lazy_performance.py <sequence file> <format> [-r #]
sequence file: The file you will use for performance testing