-
Notifications
You must be signed in to change notification settings - Fork 5
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
Using SWAMPy for other pathogens #7
Comments
Dear Maryam, Thank you for your interest in SWAMPy! Yes, there are parts of the code that use SARS-CoV-2 genome as default. Which organism do you have in your mind? Genome size is an important consideration for this kind of modification. Also, the code is not structured to accommodate multiple chromosomes, if that is applicable. If your organism has a single chromosome and a relatively small genome size, it should be possible and we can give you pointers on how to do it. All the best, |
Dear @rabiafidan Regards, |
Dear Maryam, Sorry for the late response. Sounds like you can go ahead and try it! Just remember, SWAMPy is intended to simulate whole genome amplicon sequencing with overlapping amplicons on an Illumina machine. If you have a different construct, it is also a consideration. The step that uses SARS-CoV-2 genome as default is adding the PCR error. You will see
Hopefully, it should work. Let me know if you are unsure about how to do any of the steps and how it goes! |
I have just noticed a point that might not have been clear. The reference genome you want to add to the ref folder is the ancestral strain (equivalent to the Wuhan variant of SAS-CoV-2), not necessarily the strain you want to simulate. This is to ensure PCR errors are consistent across different variants of the bacterium in your sample. Hope it makes sense! |
Hi, Thank you for the information.
import pandas as pd
Traceback (most recent call last):
|
Is this normal to have empty amplicon.fasta files? |
all_seqs.fasta has 4 contigs, each size of about 4 MBP |
Dear Maryam, Not only the amplicon distribution file but also other steps are necessary to add your custom amplicon set. Please carefully follow #2 Empty amlicon files is not normal. I see that you ran your command with |
I did follow the instruction and replaced the files with my amplicons |
Then I don't know what the problem is, sorry! I can only suggest the obvious, debugging :) You got |
Dear authors!
Good day to you.
I was wondering how I can use SWAMPy for other pathogens? Which parts of the code should I modify?
I have different reference genomes and primer sets. Is there any parts of the code that uses Covid reference genome as default?
Regards,
Maryam
The text was updated successfully, but these errors were encountered: