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

BLAT error #11

Open
kediza opened this issue Jan 13, 2023 · 10 comments
Open

BLAT error #11

kediza opened this issue Jan 13, 2023 · 10 comments

Comments

@kediza
Copy link

kediza commented Jan 13, 2023

I am adding species to the database and im getting the error

[ERROR: 2023-01-13 10:12:02,702] End of file reading 4 bytes
Error: An error occurred while running BLAT

Kindly assist

@bvalot
Copy link
Owner

bvalot commented Jan 13, 2023

Hi,

It is a classical problems with a database with no sequence.
How do you constructed your database?

Benoit

@kediza
Copy link
Author

kediza commented Jan 13, 2023 via email

@bvalot
Copy link
Owner

bvalot commented Jan 13, 2023

It depends the phylogeny you want to do? Maximum likelihood or allelic distance?

@kediza
Copy link
Author

kediza commented Jan 13, 2023 via email

@bvalot
Copy link
Owner

bvalot commented Jan 13, 2023

What i propose to you is:

  • ADD all your samples in the database
  • STRAIN with -c to check if some strain are not good (lower gene detected)
  • DISTANCE with appropriate -m option to have matrix of alleluic difference then make bioNJ on it or Minimum Spanning Tree
  • GENE with appropriate -m option to extract variable genes that are coregenom of your analysis
  • MSA to build you alignment with the gene list previously selected, then used it with FASTTREE

@kediza
Copy link
Author

kediza commented Jan 13, 2023 via email

@bvalot
Copy link
Owner

bvalot commented Jan 13, 2023

The problem is that you need to add your samples sequentially and give them different names with the option -s

@kediza
Copy link
Author

kediza commented Jan 13, 2023 via email

@bvalot
Copy link
Owner

bvalot commented Jan 13, 2023

wgMLST add -s strainA  s.enterica.db strainA.fa
wgMLST add -s strainB  s.enterica.db strainB.fa
wgMLST add -s strainC  s.enterica.db strainC.fa

where strainA.fa, strainB.fa... is assembly genome on contigs for each of this strains

@kediza
Copy link
Author

kediza commented Jan 18, 2023 via email

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