Skip to content

Instantly share code, notes, and snippets.

View sr320's full-sized avatar

Steven Roberts sr320

View GitHub Profile
@sr320
sr320 / Olurida-papers.md
Last active April 25, 2023 11:47
Olympia Oyster Papers

Keybase proof

I hereby claim:

  • I am sr320 on github.
  • I am sr320 (https://keybase.io/sr320) on keybase.
  • I have a public key ASBwRjGw-qF_63Uf7zPuZ2PC-6kxek-eViLk3WskPrTk7Ao

To claim this, I am signing this object:

@sr320
sr320 / gist:f11553a40bcb1fb6f38ae100f8b3b379
Created February 15, 2017 00:00
021417-abacus-stdout.txt
steven@emu:~/bioinfo/021417$ java -Xmx16g -jar /home/shared/abacus/abacus.jar -p \
> Abacus-01.param
***********************************
Abacus
Version: 2.5
***********************************
Developed and written by: Damian Fermin and Alexey Nesvizhskii
Copyright 2010 Damian Fermin
@sr320
sr320 / gist:0cb40491f8542f361b2c2484480554dd
Created February 15, 2017 00:00
021417-abacus-stdout.txt
steven@emu:~/bioinfo/021417$ java -Xmx16g -jar /home/shared/abacus/abacus.jar -p \
> Abacus-01.param
***********************************
Abacus
Version: 2.5
***********************************
Developed and written by: Damian Fermin and Alexey Nesvizhskii
Copyright 2010 Damian Fermin
@sr320
sr320 / gist:3f60b50fae9feca1dbc26b387e587ec8
Created February 15, 2017 00:00
021417-abacus-stdout.txt
steven@emu:~/bioinfo/021417$ java -Xmx16g -jar /home/shared/abacus/abacus.jar -p \
> Abacus-01.param
***********************************
Abacus
Version: 2.5
***********************************
Developed and written by: Damian Fermin and Alexey Nesvizhskii
Copyright 2010 Damian Fermin
@sr320
sr320 / xinteract_readme.md
Created February 10, 2017 14:55
xinteract_readme
 /usr/tpp_install/tpp/bin/xinteract
 /usr/tpp_install/tpp/bin/xinteract (TPP v5.0.0 Typhoon, Build 201612091438-exported (Linux-x86_64))
 usage: xinteract (generaloptions) (-Oprophetoptions) (-iiprophetoptions) (-Mptmprophetoptions) (-Xxpressoptions) (-Aasapoptions) (-L<conditionfile>libraoptions) xmlfile1 xmlfile2 ....

 generaloptions:
            For developers:
                 -t  [run regression test against a previously derived result]
                 -t! [learn results for regression test]
                 -t# [run regression test, do not stop on test failure]
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"metadata": {
"name": "_scratch"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@sr320
sr320 / gist:7371110
Created November 8, 2013 13:33
sqlshare preview
set rowcount 10
SELECT *
FROM [sr320@washington.edu].[qDOD Cgigas Gene Descriptions (Swiss-prot)]
@sr320
sr320 / gist:6998577
Created October 15, 2013 20:59
cleaning up methratio file
SELECT [chr]
, CAST([pos] as INTEGER) as [pos]
, [strand]
, [context]
, CAST([ratio] as FLOAT) as [ratio]
, CAST([eff_CT_count] as INTEGER) as [eff_CT_count]
, CAST([C_count] as INTEGER) as [C_count]
, CAST([CT_count] as INTEGER) as [CT_count]
, CAST([rev_G_count] as INTEGER) as [rev_G_count]
, CAST([CI_lower] as FLOAT) as [CI_lower]