seppinho / haplogrep-cmd

HaploGrep - mtDNA haplogroup classification. Supporting rCRS and RSRS.
https://haplogrep.i-med.ac.at/
MIT License
74 stars 23 forks source link

pom.xml error. incorrect paths for resources: phylotree, weights and annotation #22

Closed monkollek closed 5 years ago

monkollek commented 5 years ago

Currently these resources are sub-directories in data

so should then be in each respective resource <directory>data/phylotree</directory> <directory>data/weights</directory> <directory>data/annotation</directory>

Also there should be a targetPath entry as when you run the jar file it can't find the resources files within the jar file. So the lines should be included in each respective resource <targetPath>phylotree</targetPath> <targetPath>weights</targetPath> <targetPath>annotation</targetPath>

Once I made these changes.. all good!