gem-pasteur / Integron_Finder

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

[FEAT] Use the option --prot-file independently of the option --annot-parser #113

Open LCoffion opened 9 months ago

LCoffion commented 9 months ago

Is your feature request related to a problem? Please describe. It would be great if the option --prot-file could be used without the option --annot-parser. Given that IntegronFinder can already read Prodigal output file, I think that it could read an input proteins file with the same structure.

Describe the solution you'd like A solution can be to add a test to check if the input proteins file structure is similar to a Prodigal output file. If this is the case, the step of proteins file creation can be skipped and the input proteins file can be used instead of.

Describe alternatives you've considered An other solution can be to integrate a default function in the option --annot-parser if an input proteins file is provided. For example, this function can be a lambda function which can parse headers of a Prodigal output file.

Please complete the following information):

OS:

Integron_Finder Version: integron_finder version 2.0.2 Using:

Additional context