Colin Diesh
Colin Diesh
Random thing I stumbled on https://github.com/survivejs/webpack-merge Merging configs with array appending
can you clarify what type of organization it is you want to see? there probably isn't really too much of an organization scheme available. possibly, encoding all that info into...
I made a demo of using SNPCoverage with BigWig and VCF here Doesn't support multiple alternative alleles because it only uses the DP4 field from mpileup but if you have...
Punting this one to you @rbuels That get started gyide here is good https://github.com/electron-userland/electron-osx-sign/wiki/1.-Getting-Started and it might involve using Travis ci Mac cause that seems to be the only way...
Generally to prepare a GFF3 tabix file you can use ``` gt gff3 -sortlines -tidy -retainids file.gff > file.sort.gff bgzip file.sort.gff tabix file.sort.gff.gz ``` then put both file.sort.gff.gz and file.sort.gff.gz.tbi...
Great :) if you did anything different to solve feel free to post how, definitely this is an issue that comes up fairly frequently
jbrowse 1 can be a little awkward to put into a react/vue app. I demonstrated using jbrowse 1 here in a react app which might be somewhat similar to vue...
is it expected that e.g. `new Parser().uint32('field').parse(buf)` returns any? it would be very cool if the returned types could be given actual typescript typings
I believe you can pass parameters to configure the layout in `dagre-d3`, which are passed as parameters to the `dagre` library https://github.com/cpettitt/dagre/wiki#configuring-the-layout