RemiAllio / MitoFinder

MitoFinder: efficient automated large-scale extraction of mitogenomic data from high throughput sequencing data
86 stars 14 forks source link

Where are ImageFont and ImageDraw modules from? #56

Closed Adamtaranto closed 7 months ago

Adamtaranto commented 7 months ago

In geneChecker_fasta.py the createImageOfAnnotation() function tries to import ImageFont, Image, ImageDraw.

Where are these modules from?

Are they part of Pillow? and if so should they be imported like this instead?:

from PIL import Image, ImageDraw

Adamtaranto commented 7 months ago

Yes