-
Notifications
You must be signed in to change notification settings - Fork 10
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
what is ngs_filter doing? #204
Comments
I changed |
I think we should investigate that stage some more. I saw very high CPU and memory usage while that stage was running which is what concerned me. It also added about 5-10 minutes to the analysis. I'm wondering if we should consider somehow combining filter and trim out put otherwise you end up with input fastq + filter fastq + trim fastq + bam Essentially 4x data size |
The code uses lists rather than generators for simplicity. ngs_mapper/ngs_mapper/nfilter.py Lines 141 to 158 in 4104557
|
I know what it can do, but the stage takes a long time to run even though nothing is selected for it to do.
Not a huge deal, but from an outsider perspective it is confusing
The text was updated successfully, but these errors were encountered: