-
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
Combine two samples for HCV coverage #427
Comments
We can't merge them in the FASTQ file, because there are rules about how to handle the overlapping section. |
I did this for the BaseSpace version as part of #412. It still needs to be done for the MiSeq monitor. |
James is working on some changes to the QAI page, so we need to think about how to display the link between HCV and MidHCV samples. Perhaps they should be sorted next to each other, and displayed with a large curly brace to group them. That would echo the column groupings at the top. When we add the review process, we'll have to generate resistance calls for all the samples, even the failed ones. That way, if a user overrides the failure, we can generate the final report. It would be nice to show whether the report will be released or not on the QAI page. It's not clear whether a failure in unimportant regions will fail the report. I think we also talked about showing a sample summary by default, instead of the individual regions, but we'd have to discuss that with the users. |
James has made the changes to QAI, and will release them soon. The MiCall changes for the review are in issue #439. |
We don't have a single amplification that covers the whole HCV genome, so a patient will get two separate samples amplified with two projects:
wg1HCV
andMidHCV
.The MiSeq Monitor should identify these two samples by matching names, merge the two FASTQ files into one FASTQ file, and then process the merged file.
The QAI micall page should display some notes about which two samples were combined into each merged sample.
merge FASTQ'squality control by trying to merge separate versions after analysis (separate issue?)Not relevant, because we didn't merge the FASTQ files.The text was updated successfully, but these errors were encountered: