-
Notifications
You must be signed in to change notification settings - Fork 9
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
Choose primers to trim #625
Comments
I think a
This file would also be useful when we start collating all the result files for a run folder in the next release of Kive. |
@cbrumme, we don't want the mapping stage or the BLAST search to narrow the set of references based on the project code, do we? We want to look for cross contamination from other samples, right? This task is just for narrowing the set of primers to trim. |
Regenerate 2170 microtest, because of changes to primer trimming, rename project code in 2190, and 2200 to check that primer trimming works. Split primers into two sets: HCV and SARSCOV2.
We currently have three sets of primers that we can trim:
The SARS-CoV-2 set has over 100 primers in it, so it tends to randomly match a significant number of reads. Let users specify which primers are expected in the samples, and only trim those. For the micall_watcher script, we can either upload the sample name in a text file, and let the pipeline parse the project out of it, or upload the project code in a text file.
sample_info.csv
file inrelease_test_microtest.py
and pass to singularity imagesample_info.csv
file inmicall_watcher.py
and upload to KiveThe text was updated successfully, but these errors were encountered: