-
Notifications
You must be signed in to change notification settings - Fork 0
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
Try using breseq instead #9
Comments
From the documentation, it looks like I can:
|
I tested out all of the following combinations in
They all ran without throwing any errors- and generated output files. |
To compare all of those of VCF files I made Venn diagrams comparing the variants in:
|
I tried running the HOT1A3 negative control with: ChatGPT says that it's because of my bowtie version, but I don't know why that would only be a problem for this sample. |
When I go back and re-run one of the other examples (not the negative control), I'm getting the same error now. I did install matplotlib and matplotlib-venn to the conda environment to make the venn diagrams. Maybe that installation changed the bowtie version and broke everything. |
So I deleted that conda environment, and made a fresh one with the code above. And that worked. |
I ran it as a batch script (it took about about 30 min), and it went all the way through the pipeline (it generated the index.html file). |
I updated my batch file to also run the negative controls for Luca5 (D20-160033), Citrea (D20-160039), and DSS-3 (D20-160042) and will let it run over night. |
The batch script finished, and everything appears to have worked without throwing any errors. To get just the total number of SNPs in the VCF file, I can run
|
I sent those stats and the a link to the downloaded results in a shared google drive folder to Daniel Sher and Segrè today ~11AM, before we meet at 12. |
Chris Marx suggested using breseq for our pipeline. It goes from reads (assuming trimmed) and a GenBank reference file, to a VCF.
The text was updated successfully, but these errors were encountered: