Simon Andrews

Results 70 comments of Simon Andrews

The issue here is that the filter within the test is a pre-filter, not a post-filter. It selects only probes with a certain degree of difference and then tests those....

You have two options. If you're wanting to run in an automated way - processing files on the command line rather than using a GUI then you want to use...

Thanks for reporting this. This is actually not an oversight but an issue we've gone back and forth on and the current behaviour is intended. If you hunt in closed...

The set of sequences we have there are a bit haphazard I'm afraid. We can't get a definitive list from ther original vendors as although they will supply them you're...

This could be a farily simple extension of the current selections available in scatterplots. We could make it so that dragging beyond the plot boundary (ie in the axis) set...

The install of the R packages on the M1 apparently fails. The sysname seen by R for these systems is: ``` > Sys.info()["sysname"] sysname "Darwin" ``` ..so it's exactly the...

AdoptOpenJDK now claim to have [native M1 support](https://github.com/adoptium/temurin-build/issues/1922), but it's not entirely clear whether this is in current releases or just targetted for JDK17. There is a [separate report](https://github.com/AdoptOpenJDK/homebrew-openjdk/issues/530) for...

We've also had crash reports where R package installation fails for users running M1 macs. The signature for these crashes is: ``` SeqMonk Version:1.48.0 Operating System:Mac OS X - 10.16...

Another failure signature from R ARM packages. It seems to try to find the folder on bioconductor, which doesn't exist, and everything dies from there: ``` ERROR: dependency 'Biostrings' is...

Updating this since it's been left a while. For the moment we're fine using the current JDK and with time we'll likely to move to a multi-platform JDK package, or...