dputhier / pygtftk

A python package and a set of shell commands to handle GTF files
GNU General Public License v3.0
44 stars 6 forks source link

|-- 11:03-WARNING-profile : PlotnineError error, can not show group number: Aesthetics {'ha'} specified two times #161

Open dputhier opened 3 years ago

dputhier commented 3 years ago

In doc (section coverage):

    gtftk profile -D -i mini_real_tx.zip -g tx_classes -t tx_classes.txt -f bwig  -o profile_tx -pf png -if  example_07.png -w -nm ranging
dputhier commented 3 years ago

This seems to be a plotnine related issue. Need to build a limited example.

dputhier commented 3 years ago

I had added this comment previously:

# !! I'm adding a try here to avoid problem with plotnine > 0.7.0.
# I will try to create an example later in order to submit an issue