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

MetaGenome -> Reads #3

Closed
5 of 6 tasks
HadrienG opened this issue Nov 17, 2016 · 1 comment
Closed
5 of 6 tasks

MetaGenome -> Reads #3

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

Comments

@HadrienG
Copy link
Owner

HadrienG commented Nov 17, 2016

Issue to track the progress on the Roadmap item "From a set of genomes, output perfect reads in fastq format given abundance parameters"

Test files:

Number of genomes: 5

  • Parse the file and get one SeqRecord per genome (we still assume complete genomes: one sequence per genome)
  • Parse abundance.txt and calculate the necessary coverage per genome to satisfy the abundance requirements
  • Generate the reads with the generator.reads() function
  • Use multiprocessing to parallelise the process (1 threads per genome?)
  • Write the reads to file
  • write tests
@HadrienG HadrienG self-assigned this Nov 17, 2016
@HadrienG HadrienG mentioned this issue Nov 17, 2016
20 tasks
@HadrienG
Copy link
Owner Author

Commit 3849f00 closes this, minus the multiprocessing support. Multithreading will have its own issue one the simulator will be up and running single-threaded.

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