Kevin Ernst

Results 58 comments of Kevin Ernst

Just want to chime in here that [a potential newbie mistake](https://www.biostars.org/p/463763/) (that I definitely made) would be to try to use `bedtools bamtobed -bedpe` on paired-end data that has not...

@chrisgrieser I don't have a version of macOS with the recent updates to Shift+⌘+G in Finder. Does that update begin to blur the lines between "Go to Folder…" and Spotlight,...

There's no [source code to inspect](https://marta.sh/blog/etty/) (yet), but it stands to reason that etty would use [`getusershell`](https://www.unix.com/man-page/mojave/3/getusershell/), respecting whatever shell you chose with [`chsh`](https://www.unix.com/man-page/mojave/1/chsh/). Does it _not_ do that? I...

I'm seeing this, too, on macOS with Python 3.7.8 from MacPorts and passhole 1.9.7 from PyPI. Trying now to get you some more details on that. **Edit:** sadly, after installing,...

Thanks for digging into it, Renée. Looking into PPI is not an insight I would've had in a million years! Do you think, though, that some placement of `## no...

The way the eplot passes the `size` parameter to gnuplot, you can only scale down. [As stated in the manual](http://www.gnuplot.info/docs_5.4/Gnuplot_5_4.pdf#section*.548) (p. 30), in this particular context, `size` "scales the plot...

@travisdowns If you are just trying to get the plot to fill the terminal, you can apply [this patch](https://github.com/chriswolfvision/eplot/compare/master...ernstki:dumb-auto-size.diff) to your copy of `eplot`, or else vote for issue #7....

@cjfman If you're still out there, I'd like to rebase your commits for you against the current master and then start a new pull request to get this merged in....

Super, thanks. I didn't expect that! I'm having a look to see if I can make the `--notitle` option work with the `-m` / `--mulfrmul` (multiple curves from multiple files)....

@cjfman [Here ya go!](https://github.com/cjfman/eplot/compare/master...ernstki:add-notitle-option.diff) If you've never dealt with a patch file (likely you have, but I don't want to assume), this should work: ```bash cd /place/where/you/cloned/eplot curl https://github.com/cjfman/eplot/compare/master...ernstki:add-notitle-option.diff \...