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

Corrupted output if decontaminating more than one sample using Python API #25

Closed
bede opened this issue Jul 23, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@bede
Copy link
Owner

bede commented Jul 23, 2023

gen_clean_cmd() and gen_paired_clean_cmd() both mutate Aligner.cmd and Aligner.paired_cmd, and since Aligner is instantiated once, templating fails after processing the first fastq / pair of fastqs leading to corruption of the output of subsequent samples when using the Python API. Templating should not mutate Aligner instance. Needs tests for single and paired reads.

@bede bede added the bug Something isn't working label Jul 23, 2023
@bede
Copy link
Owner Author

bede commented Jul 23, 2023

Fixed in 50b9f53 / 0.1.0

@bede bede closed this as completed Jul 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant