Bruce Moran

Results 11 comments of Bruce Moran

Same issue see [this SO](https://stackoverflow.com/questions/72218018/dt-editable-column-not-functional?noredirect=1#comment127614107_72218018) question.

Great package, very minor bug fix for `fieldToFill$value` of `character(0)`

Closed by mistake woops!

Also get this error. NB samples were run using Nextflow and executed by PBS/Torque. When I rerun the offending samples 'interactively' they all work. Not ideal though... Kallisto command: ```...

NB to find offending h5 files, you can use `h5ls()`. From this it seems that `dim(h5ls())` should be 115. So using something like below will show those samples that fail....

Hi, was this ever implemented or is there a fork that some work was done on?

I had this error with current versions. No `watch` statements so must be called internally (I had one `on` call which when removed also removed the error...) Solved by adding...

Hi Phil, had an hour to dig around in this today. Found a workaround by reformatting BBsplit `refstats` output into 'disambiguate'-style `*_summary.txt`. My use case is to QC number of...

Hah, that's a problem alright. That doc specifies `refstats` is available BTW, but in `bbmap_filetypes.py` there is a gap before `rpkm` where `refstats` should probably go, and no entry in...

Yes, always seems like nobody will see your work, then they do! I use BBsplit rarely (xenograft mouse models), but I use BBDuk for adapter and quality trimming, it's really...