Alexander Stram

Results 8 comments of Alexander Stram

Looks like it might be a conflict with the package "mssqlcli". I was having the same issue with python3.6 and mssql-cli-1.0.0 ``` $ mssql-cli Traceback (most recent call last): File...

Just a follow up on this-- I was using the `ichorCNA::run_ichorCNA()` function from the latest ichorCNA 0.5.0 package available at https://github.com/GavinHaLab/ichorCNA and ran into the same "span is too small"...

I also had this problem... changing: `mkdir ~/.vim/ftplugin; cp ~/nextflow-vim/syntax/nextflow.vim ~/.vim/ftplugin;` in the "manual instructions" to: `mkdir ~/.vim/syntax; cp ~/nextflow-vim/syntax/nextflow.vim ~/.vim/syntax;` solved my issues.

Thanks for the quick response. I'll take a stab at it and submit a PL. There's similar code in the picard code base ("clip3primeEndsTo5primeEnds()", I believe) which seems to consider...

I'm experiencing similar issues with R-3.3.0... if you type `/path/to/R CMD config` it appears that the relevant variables used to be known as: > CXX1X compiler command for C++11 code...

Would just like to report that I experienced this issue with mono 6.8.0.105, 6.10.0.104 and 6.12.0.86. I did not experience the issue with mono 3.2.8, but needed to update mono...