Skip to content
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

Draft PR for porting RAW and CLEAN to ONT data. #121

Draft
wants to merge 99 commits into
base: master
Choose a base branch
from

Conversation

simonleandergrimm
Copy link
Collaborator

@simonleandergrimm simonleandergrimm commented Dec 9, 2024

Open questions:

  • Rename n_read_pairs in summarize-multiqc-pair.R to n_sequences`?
  • Removing polya tails with cutadapt?
  • Handling files that are empty after cleaning (currently those trip up MultiQC and are likely to cause errors in later stages of the pipeline.)
  • Double check if fastqc is appropriate for ONT data.

…on. Renamed Multiqc to not be confusing regardings its naming as "Single"
… paired-end read version of SUMMARIZE_MULTIQC
… pair information for single read data. Also dropped some code which combines values across read pairs, for single read data.

I dropped the renaming of tab_tsv to tab_tsv_2 for paired end data, so I didn't have to create two different versions of the combine step at the end of the subscript.
```
 tab <- tab_json %>% inner_join(tab_tsv, by="sample")
```
…ead data, as I instead amended the existing script to be able to handle both single read paired end data.
…ad version. Renamed Multiqc to not be confusing regardings its naming as "Single""

This reverts commit 01ea0c5.
simonleandergrimm and others added 30 commits November 24, 2024 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants