Skip to content

Instantly share code, notes, and snippets.

View olgabot's full-sized avatar

Olga Botvinnik olgabot

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
g2log created log file at: Wed Oct 01 09:31:27 2014
LOG format: [YYYY/MM/DD hh:mm:ss.uuu* LEVEL FILE:LINE] message
2014/10/01 09:31:27.1970 INFO [Sailfish.cpp L: 179] "Read transcript <=> gene map from [/projects/ps-yeolab/genomes/hg19/sailfish/gencode.v19.pc_lncRNA_transcripts.ercc_fluidigm_spikein.fa_sailfish_index_k31/transcriptome.tgm]"
2014/10/01 09:31:37.10300128
***** FATAL TRIGGER RECEIVED *******
Received fatal signal: SIGFPE(8)
PID: 55544
import sj2psi
from glob import iglob
stepsize = 100
def i_to_range(i, stepsize):
if i % stepsize == 0:
return ((i/stepsize)-1)*stepsize + 1, i
else:
return (i/stepsize)*stepsize + 1, i
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.