Denise Mauldin
Denise Mauldin
# Submitting Pull Requests ## General - [x] Make sure you use [semantic commit messages](https://seesparkbox.com/foundry/semantic_commit_messages). Examples: `"fix(google): Fixed foobar bug"`, `"feat(accounts): Added foobar feature"`. - [x] All Python code must...
Hi there, I'm attempting to highlight a single basepair in the browser. My BED row is: "chr4 4175043 4175058 spacer 999 - 4175051 4175052 255,0,0 1 15 0" The top...
Attempting to install from npm following the README.md throws an error. ``` npm install dalliance cd node_modules/dalliance npm install -g gulp npm install gulp ``` ``` Error: Cannot find module...
I'm running two EC2 instances connected to 1 Redis cache. Each EC2 instance is running a celery beat and 4 workers of celery 4.4.7 and celery-singleton 0.3.1. I'm trying to...
Compiling libStatGen doesn't throw any errors, but when compiling fastQValidator, it does: > g++ -std=c++0x -O4 -pipe -Wall -I/tools/src/libStatGen//include -I. -D__ZLIB_AVAILABLE__ -D_FILE_OFFSET_BITS=64 -D__STDC_LIMIT_MACROS -o ../bin/fastQValidator ../obj/FastQValidator.o /tools/src/libStatGen//libStatGen.a -lm -lz >...
@akmorrow13 I can't tell how to get the click test to work. `drawnObjectsWith(testDiv, '.pileup')` throws a failure even though if I comment out the other tests and remove the resets...
Updated GeneTrack to be defensive about bigBed files. Added simple bigBed to data test. --- This change is [](https://reviewable.io/reviews/hammerlab/pileup.js/482)
This is my version that I was working on before I saw yours @akmorrow13 ! Would you mind reviewing this anyway? Do you think it would be useful for me...