-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
create_db error in docker container - Custom db not working #414
Comments
This is my dockerfile:
|
Are you running this command in a cloned copy of https://github.com/jodyphelan/tbdb? It is looking for this file but it can't seem to find it. |
@jodyphelan Seems I was running it outside tbdb, not inside the folder. I had built a custom db using my amplicons regions BED file and the reference I used, using this command: When I run the profile command I get this error during varcalling. However it is working with the default tbdb and WHO databases but not with my custom db. Is this an issue with my data or the create database command I used?
|
Seems the bed file gt_tbdb.bed is empty
Not sure how this happened? I am sure my amplicon regions have resistant mutations
|
The primers file that you supply is not actually a bed file but should be a three column, tab separated, text file with
E.g.:
|
Ah, thank you so much. I have multiple primers within a single gene, some overlapping. I hope this works without errors. I will try this and update here. |
Yes you can have multiple overlapping primers, you'll just have to make sure to give them a unique name |
The .bed created inside the tbdb folder is still empty
Primers file:
Command for create_db: |
Internally the pipeline uses |
It's giving no stdout or output file
But the primers, their targets regions have already been prepared (in my amplicons.sorted.bed file mentioned earlier) from the same reference. I'm not sure why the output is blank. |
Hmm, yeah it looks as though the primers aren't found. At the moment this is the only way to create an amplicon-specific database so I would look more into why the primers are not found. Perhaps also try blast to see if there are potential mismatches between the primers and the reference genome. |
@jodyphelan Nope, the primers have exact matches against the ref.
I will try to work with seqkit amplicons separately and test out the primer seqs one by one. Will update here if I can figure out what the issue was. |
I had created a docker container and I'm trying to create db for a custim amplicon regions BED file.
I'm getting this error:-
The text was updated successfully, but these errors were encountered: