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
The tool has already produced some plots. But it got stuck and printed this: software/miniconda3/envs/rmats/lib/python3.10/site-packages/MISO/misopy/sashimi_plot/plot_utils/plot_gene.py:454: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator.
curr_ax.set_yticklabels(curr_yticklabels,
/home/qingruxu/software/miniconda3/envs/rmats/lib/python3.10/site-packages/MISO/misopy/sashimi_plot/plot_utils/plot_gene.py:454: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator.
curr_ax.set_yticklabels(curr_yticklabels,
Saving plot to:
The text was updated successfully, but these errors were encountered:
If you are using this method, you should always fix the tick positions before, e.g. by using Axis.set_ticks or by explicitly setting a FixedLocator. Otherwise, ticks are free to move and the labels may end up in unexpected positions.
If the last thing that was printed was Saving plot to: then it seems the code stopped at this line: https://github.com/Xinglab/rmats2sashimiplot/blob/v3.0.0/src/MISO/misopy/sashimi_plot/Sashimi.py#L97
It should print a file name that includes info about the event being plotted. If some plots were already produced you could check the files in the output directory and compare to the input event files to see which event it was trying to plot
Hi,
The tool has already produced some plots. But it got stuck and printed this: software/miniconda3/envs/rmats/lib/python3.10/site-packages/MISO/misopy/sashimi_plot/plot_utils/plot_gene.py:454: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator.
curr_ax.set_yticklabels(curr_yticklabels,
/home/qingruxu/software/miniconda3/envs/rmats/lib/python3.10/site-packages/MISO/misopy/sashimi_plot/plot_utils/plot_gene.py:454: UserWarning: set_ticklabels() should only be used with a fixed number of ticks, i.e. after set_ticks() or using a FixedLocator.
curr_ax.set_yticklabels(curr_yticklabels,
Saving plot to:
The text was updated successfully, but these errors were encountered: