cjneely10 / EukMetaSanity

Structural and functional annotation of eukaryotic metagenome-assembled genomes
GNU General Public License v3.0
21 stars 1 forks source link

Path issue with gmap and refine #17

Closed allind closed 1 year ago

allind commented 2 years ago

Thanks so much for sharing this great pipeline. I just ran into an issue with gmap in the refine pipeline. The gmap_build.py and gmap.py scripts in the dependencies folder both call gmap_build and gmap with an argument that specifies both the database output directory and the database prefix in one file path. The gmap version that installed with my eukmetasanity installation threw an error with this, saying that that the database name and the database path have to be separate arguments. I was able to fix this by editing the arguments in the run function.