Russel88 / CRISPRCasTyper

CCTyper: Automatic detection and subtyping of CRISPR-Cas operons
https://typer.crispr.dk
MIT License
89 stars 16 forks source link

FileNotFoundError: blast.tab #30

Closed TianyiChang closed 1 year ago

TianyiChang commented 2 years ago

Hi there

I was wondering if you know what caused this issue, "FileNotFoundError: [Errno 2] No such file or directory: DIR/blast.tab"?

Thanks!

Russel88 commented 2 years ago

Hi TianyiChang

It looks like a bug that appears when no repeat matches any sequences in the input. You can get around it by adding the --skip_blast argument when running cctyper. I will fix it in the next version.

Thank you for reporting!

TianyiChang commented 2 years ago

I see. Thanks a lot!

On Aug 19 2022, at 6:25 AM, Jakob Russel @.***> wrote:

Hi TianyiChang

It looks like a bug that appears when no repeat matches any sequences in the input. You can get around it by adding the --skip_blast argument when running cctyper. I will fix it in the next version.

Thank you for reporting!

Reply to this email directly, view it on GitHub (https://github.com/Russel88/CRISPRCasTyper/issues/30#issuecomment-1220511857), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AHXAGGO4DZYL3JY3CRTV7A3VZ5OJ5ANCNFSM567F37KA).

You are receiving this because you authored the thread.

Russel88 commented 2 years ago

Hi TianyiChang

I cannot reproduce that error. On my system a blast.tab file is always produced, even without matches. Can you provide information on the version of cctyper and dependecies, and maybe a small example file which produce an error

Best, Jakob