gem-pasteur / Integron_Finder

Bioinformatics tool to find integrons in bacterial genomes
GNU General Public License v3.0
64 stars 22 forks source link

[BUG] IntegronFinder fails when there is a "space" in the path #99

Closed eloilit closed 2 years ago

eloilit commented 2 years ago

Describe the bug On a Mac, IntegronFinder bugs when there is a "space" character in the path to the genome file

To Reproduce Steps to reproduce the behavior:

  1. Create a path with a space included (e.g. /user/Genus species/genome.fasta
  2. integron_finder --local-max genome.fasta

Expected behavior

Normal run

Please complete the following information):

OS:

Integron_Finder Version:

copy/paste here the output of integron_finder --version

integron_finder version 2.0.2 Using:

Additional context It's not truly important, but could be the source of a problem with people having few experience with bioinformatics

bneron commented 2 years ago

fixed with commit 5ae0c90