-
Notifications
You must be signed in to change notification settings - Fork 6
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
#32 updating logic for reads qc #36
Conversation
Update to master branch
@vlilanl at least 83296 doesnt appear to correctly run the finish_rqc to generate the final files. |
New tests on jaws: @kaijli mentioned that there might be potential memory risks later on especially if the input files are large. She recommends that we update the memory to how she did it in metat. |
Jaws test for increased memory: 84325 |
I updated the input.json so that if there are multiple already interleaved files, they go into
rqcfilter.input_files
. If the files are not interleaved, Read 1 will be placed inrqcfilter.input_fq1
and Read 2 will be placed inrqcfilter.input_fq2
. I have also added a boolean to say whether or not the files are interleaved.This was tested on JAWS.
Interleaved test of 1 : 83296
Interleaved test of 2 : 83295
Not interleaved test of 2 files(1 interleaved file) : 83439
Not interleaved test of 4 files(2 interleaved files) : 83447