You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue regarding under sampling alignments in some cases with computing scaling factors. This was issue #690. The resolution isn't perfect, it's hard to know how many reads really need to be sampled for things like RNA-seq.
computeMatrix now has a --verbose option. Setting this will drastically increase the verbosity of the messages sent to the screen. Only do this for debugging. --quiet will disable this completely (as well as all other messages printed to screen).
Fixed handling of --sortUsing region_length in plotHeatmap. This now works properly for --referencePoint center and --referencePoint TES, where in the latter case the dashed line is drawn at the region start. The documentation has been updated to mention this. (issue #671)
The reference point label specified by computeMatrix reference-point is now respected by plotHeatmap and plotProfile. So if you used computeMatrix reference-point --referencePointLabel center then 'center' will now appear as the tick label in your heatmaps and profiles automatically. (issues #606 and #683)
Enabled using regions with a . in the chromosome name in the Galaxy wrappers (issue #692)