You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am writing this issue because I was trying to implement CheckQC on an preliminary analysis in our company. I experienced that the tool is breaking when trying to find "percent_phix" in our Run information since there are no fields that correlate to this specific matter. When I comment the parts in which "percent_phix" takes part on, the tools finishes correctly.
However, the MultiQC analysis that we run afterwards requires "percent_phix" to be on the output information to correctly assign CheckQC results on their final plots.
I think that the reason why we do not get this "percent_phix" field is because we demultiplex our samples without splitting them by lane (but it is just my guess, I am not completely sure). Could it be possible to implement a new version which it does not really require that field?
I attach in this issue the parts where I changed your original code and my data so you can work on if you want to.
parser_configurations:
StatsJsonParser:
# Path to where the bcl2fastq output (i.e. fastq files, etc) is located relative to
# the runfolder
bcl2fastq_output_path: Reports/legacy
SamplesheetParser:
samplesheet_name: Reports/SampleSheet.csv
The text was updated successfully, but these errors were encountered:
We have started discussing implementing a fix for this, I'll come back to you when I know more.
Meanwhile, does the runfolder you're running from also include the InterOp files? From what I could dig up this is where the information about the phiX percentage is located (specifically I suspect it's in TileMetricsOut.bin but the other files might be needed too). If that still does not work, would it be possible to upload these files here?
I've tried to copy an Interop folder from a test runfolder we have into your test data and I could at least get passed the phiX error message.
Good morning.
I am writing this issue because I was trying to implement CheckQC on an preliminary analysis in our company. I experienced that the tool is breaking when trying to find "percent_phix" in our Run information since there are no fields that correlate to this specific matter. When I comment the parts in which "percent_phix" takes part on, the tools finishes correctly.
However, the MultiQC analysis that we run afterwards requires "percent_phix" to be on the output information to correctly assign CheckQC results on their final plots.
I think that the reason why we do not get this "percent_phix" field is because we demultiplex our samples without splitting them by lane (but it is just my guess, I am not completely sure). Could it be possible to implement a new version which it does not really require that field?
I attach in this issue the parts where I changed your original code and my data so you can work on if you want to.
checkqc_trial.zip
Command I run:
I also change the config.yaml to:
The text was updated successfully, but these errors were encountered: