Andrew McPherson
Andrew McPherson
From the instructions: ``` conda create -n ete3 python=3 ``` installs the latest version of python 3, which doesnt work with ete3, the subsequent `conda install ete3...` step fails. I...
…nking and a wider variety of cacheing strategies
I am unsure based on the documentation whether elasticluster can be set up to support multiple users scheduling jobs to the same set of nodes, clarification in the docs would...
Does STIX support genotyping of translocations? If so could an example be provided in the README? If not, what would be involved to support translocations and would you be willing...
display a list of subdirectories with the ability to navigate them
This isnt a bug, but in the following code it appears you are mixing right closed and right open intervals: BamRandomAccessController_p.cpp:40 ``` const int rightBoundRefId = ( m_region.isRightBoundSpecified() ? m_region.RightRefID...
Adding support to create bam from sam would allow the user to completely replace samtools with bamtools.
When debugging a few lines of python code within a loop using SublimeREPL, it is necessary to unindent the code before sending the lines to sublimeREPL, otherwise the interpreter raises...
Apologies if this is already specified and i missed it