bcgsc / pavfinder

:mag: Post Assembly Variants Finder
Other
17 stars 5 forks source link

Fixed loading __version__ from pavfinder #4

Closed gmarcais closed 4 years ago

gmarcais commented 4 years ago

Running python setup.py fails because it doesn't find __version__ in pavfinder. This patch adds the proper path to sys.path

readmanchiu commented 4 years ago

@gmarcais there seems to be a problem with filter_fasta, after adding exec it duplicates the fasta headers in the output (stdout). Do you see the same issue in your system? Not familiar with exec don't know why it's doing it

gmarcais commented 4 years ago

See the new Pull request #5