Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
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 |
This file contains hidden or 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
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.