-
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
bug: chmoding files: all/all/all ??? #89
Comments
@magnulei @CathrineAB is this a bug? what is this 2024-12-11 18:02:58 molly.marsel.is demultiplex_script.py DEBUG chmod 644 /data/demultiplex/241202_M06578_0219_000000000-LT29R_demultiplex/Reports/html/000000000-LT29R/all/all all/all/all any clue? |
I need more context to answer. What is this, when did it happen? what did you try to do? |
Im guessing you want to know if the directory structure is correct?
so all/all/all is the report for all barcodes from all samples from all projects. edit: |
Thanks, Magnus. This can become "documentation". So, don't the directory structure and the SampleSheet got to match? cuz
I don't get what 'default' signifies here for example
or what is default and what is undetermined.
@CathrineAB just looking at the directory structure, it kept sayin all/all/all and i thought i was mishandling code, writing the wrong directory structure. Turns out, it is stuff I do not know, so, I would like to take this opportunity to document the directory structure in the demultiplex folder. |
The undetermined are at least the reads not belonging to an index pair; so the PhiX reads (from control DNA) will go to this bin. There is no line in the SampleSheet for this as there is no index pair determining it. |
I take that since you say 'there is no line', i'd guess we don't care to keep track or a record of these. |
We need to keep the reads. Some people use them for error calculations. Maybe you can hear with Arvind if it is possible to include it as a line in the SampleSheet. I cannot see a way to do this since every other possible barcode than the ones already used for the other lines in the samplesheet should be included for this "sample". |
About PhiX As Cathrine mentioned above, PhiX doesnt have any barcode, so it cant be demultiplexed. About Undetermined Some thoughts on unknown/undetermined/default project Also, 000000000-LT29R/all/all/unknown --> all projects, all samples, all unknown barcodes (will always be empty since per definition there are no underemined reads in this bucket) 000000000-LT29R/default/Undetermined --> default project (ie undetermined reads), undetermined samples (note: this is my guesswork from looking at the structure and html files) |
@magnulei : When you say PhiX, i assume you mean this: https://www.illumina.com/products/by-type/sequencing-kits/cluster-gen-sequencing-reagents/phix-control-v3.html
No worries, i'm just looking to fill in gaps in documentation and my knowledge for week 51, i'll do a write up for this. |
2024-12-09 21:15:18 molly.marsel.is demultiplex_script.py DEBUG chmod 644 /data/demultiplex/201218_M06578_0041_000000000-JF7TM_demultiplex/Reports/html/000000000-JF7TM/all/all
2024-12-09 21:15:18 molly.marsel.is demultiplex_script.py DEBUG chmod 644 /data/demultiplex/201218_M06578_0041_000000000-JF7TM_demultiplex/Reports/html/000000000-JF7TM/all/all/all
2024-12-09 21:15:18 molly.marsel.is demultiplex_script.py DEBUG chmod 644 /data/demultiplex/201218_M06578_0041_000000000-JF7TM_demultiplex/Reports/html/000000000-JF7TM/all/all/unknown
2024-12-09 21:15:18 molly.marsel.is demultiplex_script.py DEBUG chmod 644 /data/demultiplex/201218_M06578_0041_000000000-JF7TM_demultiplex/Reports/html/000000000-JF7TM/default/Undetermined
2024-12-09 21:15:18 molly.marsel.is demultiplex_script.py DEBUG chmod 644 /data/demultiplex/201218_M06578_0041_000000000-JF7TM_demultiplex/Reports/html/000000000-JF7TM/default/all
2024-12-09 21:15:18 molly.marsel.is demultiplex_script.py DEBUG chmod 644 /data/demultiplex/201218_M06578_0041_000000000-JF7TM_demultiplex/Reports/html/000000000-JF7TM/default/Undetermined/all
2024-12-09 21:15:18 molly.marsel.is demultiplex_script.py DEBUG chmod 644 /data/demultiplex/201218_M06578_0041_000000000-JF7TM_demultiplex/Reports/html/000000000-JF7TM/default/Undetermined/unknown
2024-12-09 21:15:18 molly.marsel.is demultiplex_script.py DEBUG chmod 644 /data/demultiplex/201218_M06578_0041_000000000-JF7TM_demultiplex/Reports/html/000000000-JF7TM/default/all/all
2024-12-09 21:15:18 molly.marsel.is demultiplex_script.py DEBUG chmod 644 /data/demultiplex/201218_M06578_0041_000000000-JF7TM_demultiplex/Reports/html/000000000-JF7TM/default/all/unknown
The text was updated successfully, but these errors were encountered: