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

Paired-end reads #4

Closed
4 of 5 tasks
HadrienG opened this issue Nov 21, 2016 · 1 comment
Closed
4 of 5 tasks

Paired-end reads #4

HadrienG opened this issue Nov 21, 2016 · 1 comment
Assignees

Comments

@HadrienG
Copy link
Owner

HadrienG commented Nov 21, 2016

Issue to track the progress on the Roadmap item "Generate paired-end reads"

  • Add insert_size parameters to the ArgumentParser
  • Update the coverage calculations not necessary. The number of reads doesn't change!*
  • Update read generator to output paired-end reads**
  • Iterate over generator and write to 2 output files
  • update test_generator.py

* The number of reads is divided by 2 in the generator function and taken as number of pairs
**We'll probably want to yield a tuple containing two SeqRecord objects: one with the forward read, the other with the reverse

@HadrienG HadrienG mentioned this issue Nov 21, 2016
20 tasks
@HadrienG HadrienG self-assigned this Nov 21, 2016
@HadrienG
Copy link
Owner Author

closed with 3cec5aa ! Now the fun can begins with implementing error models 😟

HadrienG pushed a commit that referenced this issue Oct 6, 2023
Amplicon sequencing cleanup
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

No branches or pull requests

1 participant