Skip to content

Commit

Permalink
Re-ran denoising script
Browse files Browse the repository at this point in the history
  • Loading branch information
gerverska committed Feb 2, 2023
1 parent c8aaee7 commit 932e282
Show file tree
Hide file tree
Showing 17 changed files with 656 additions and 665 deletions.
File renamed without changes
Binary file added 03-denoise/fun-frameshift.rds
Binary file not shown.
File renamed without changes
Binary file added 03-denoise/gi-frameshift.rds
Binary file not shown.
8 changes: 4 additions & 4 deletions 03-denoise/logs/filt-R1.html

Large diffs are not rendered by default.

636 changes: 318 additions & 318 deletions 03-denoise/logs/filt-R1_data/multiqc.log

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 03-denoise/logs/filt-R1_data/multiqc_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -421622,14 +421622,14 @@
"scratch/P01-02-D-n04_fun_fwd-n04_fun_rev-rc-R1_fastqc.zip",
"scratch/P01-02-D-n07_gi_fwd-n07_gi_rev-rc-R1_fastqc.zip"
],
"config_creation_date": "2023-01-29, 13:05 PST",
"config_git_hash": "b3eb998db8dbde5ab012ccdae3594f6397c264c9",
"config_creation_date": "2023-02-02, 13:32 PST",
"config_git_hash": "c8aaee74bdf44df633e3342517af9a8bbc09fb18",
"config_intro_text": null,
"config_report_comment": null,
"config_report_header_info": null,
"config_script_path": "/nfs1/BPP/Spatafora_Lab/gerversk/projects/fun-gi/env/lib/python3.10/site-packages/multiqc/utils",
"config_short_version": "1.13",
"config_subtitle": null,
"config_title": "Forward reads after quality filtering and trimming",
"config_version": "1.13 (b3eb998)"
"config_version": "1.13 (c8aaee7)"
}
8 changes: 4 additions & 4 deletions 03-denoise/logs/filt-R2.html

Large diffs are not rendered by default.

636 changes: 318 additions & 318 deletions 03-denoise/logs/filt-R2_data/multiqc.log

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions 03-denoise/logs/filt-R2_data/multiqc_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -424978,14 +424978,14 @@
"scratch/P01-02-D-n04_fun_fwd-n04_fun_rev-rc-R2_fastqc.zip",
"scratch/P01-02-D-n07_gi_fwd-n07_gi_rev-rc-R2_fastqc.zip"
],
"config_creation_date": "2023-01-29, 13:06 PST",
"config_git_hash": "b3eb998db8dbde5ab012ccdae3594f6397c264c9",
"config_creation_date": "2023-02-02, 13:32 PST",
"config_git_hash": "c8aaee74bdf44df633e3342517af9a8bbc09fb18",
"config_intro_text": null,
"config_report_comment": null,
"config_report_header_info": null,
"config_script_path": "/nfs1/BPP/Spatafora_Lab/gerversk/projects/fun-gi/env/lib/python3.10/site-packages/multiqc/utils",
"config_short_version": "1.13",
"config_subtitle": null,
"config_title": "Reverse reads after quality filtering and trimming",
"config_version": "1.13 (b3eb998)"
"config_version": "1.13 (c8aaee7)"
}
Binary file added 03-denoise/logs/fun-error-fwd.rds
Binary file not shown.
Binary file added 03-denoise/logs/fun-error-rev.rds
Binary file not shown.
9 changes: 2 additions & 7 deletions 03-denoise/logs/fun-indel.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
69735 / 70697
Fun-trimmed reads
correctly demultiplexed

102 reads with deletions in N03-N03
14 reads with insertions in N06-N06

primers total correct deletions insertions
Fun 70697 69735 102 14
Binary file added 03-denoise/logs/gi-error-fwd.rds
Binary file not shown.
Binary file added 03-denoise/logs/gi-error-rev.rds
Binary file not shown.
9 changes: 2 additions & 7 deletions 03-denoise/logs/gi-indel.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
14283 / 15477
Gi-trimmed reads
correctly demultiplexed

203 reads with deletions in N06-N06
17 reads with insertions in N09-N09

primers total correct deletions insertions
Gi 15477 14283 203 17
3 changes: 2 additions & 1 deletion code/03-denoise.r
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ out <- '03-denoise'
logs <- file.path(out, 'logs')
unlink(out, recursive = T)
dir.create(logs, recursive = T)
dir.create('scratch')
system(paste('touch', file.path(out, 'README.md')))

# Read in forward and reverse reads ####
Expand Down Expand Up @@ -84,4 +85,4 @@ denoise(marker = 'fun')
denoise(marker = 'gi')

# Remove the scratch directory ####
unlink('scratch', recursive = T)
unlink('scratch', recursive = T)

0 comments on commit 932e282

Please sign in to comment.