View Test.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that "patrickmwolf.id" is my Blockstack ID. https://onename.com/patrickmwolf |
View AlternateAssemblyLoader
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.IO; | |
using System.Reflection; | |
namespace PXO.Tools | |
{ | |
public class AlternateAssemblyLoader | |
{ | |
/// <summary> |
View seq_lib_performance_test.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Quick script to compare performance of sequence detection libraries | |
Created on Aug 26, 2014 | |
Refernced libraries: | |
https://github.com/4degrees/clique | |
http://pyseq.rsgalloway.com/ | |
@author: patrick.wolf | |
''' | |
import time |