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

better sequencing #63

Closed
wants to merge 1 commit into from
Closed

better sequencing #63

wants to merge 1 commit into from

Conversation

Koeng101
Copy link
Owner

this implements functionality for handling sequencing data better.

  • First, nanopore sequences are dual barcoded, and if they have a well, they are filtered out. The dual barcoded wells are then megamashed. All this data is saved to a different fastq file.
  • This outputs reads (fastq) and a wellsToTemplate csv file.
  • Those two can be used as an input to generate pileup files for each template.

Pseudo-code would be:

SequenceAnalyze(reads, templateMap, primerMap) (filteredReads, wellsToTemplate)
GeneratePileup(filteredReads, wellsToTemplate) map[well]pileup

@Koeng101
Copy link
Owner Author

merged with #60

@Koeng101 Koeng101 closed this Feb 14, 2024
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.

1 participant