Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on database #80

Open
portillanath opened this issue Aug 13, 2024 · 1 comment
Open

Error on database #80

portillanath opened this issue Aug 13, 2024 · 1 comment

Comments

@portillanath
Copy link

We are having an error on database, the prgramme is not reading correctly the kmer_size.txt file, but this is fine. Where is the error? Thanks
database_eror

@Oliver-Lorenz-dev
Copy link

Hello,

We are now maintaining a new version of SeroBA which has an updated database and output file structure: https://github.com/sanger-bentley-group/seroba

The docker image is stored here - https://hub.docker.com/r/sangerbentleygroup/seroba

The database is prebuilt in the image (/seroba/database)

Could you try running this version of SeroBA?

You will need to mount the directory where your reads are stored when you run the docker image as well, otherwise you will get no such file errors as you have here.

E.g.

docker run --rm -it -v /path/to/reads:/data sangerbentleygroup/seroba seroba runSerotyping /seroba/database /data/read_1.fastq.gz /data/read_2.fastq.gz /data/output_folder

Hope this helps.

Oli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants