-
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
Simplify run_bwa_on_sample #156
Comments
I believe this handles the Paired and Unpaired reads though which is On Thu, Jul 30, 2015 at 4:26 PM, Mike Panciera [email protected]
|
I am working on simplifying the pipeline up to the basecaller + runsample.py. That should make things smaller and easier to maintain and change. Probably I may also want to change tests like I want to use some declarative framework like Make or luigi. The only branching has to do with paired/unpaired and quality encoding, which can be determined statically (i.e. before the pipeline actually runs), so it should work out well. If all goes well it will be easy to add steps like BAM cleaning before the base-calling or plotting happens as long as those two parts are connected reasonably. |
Is this still necessary? I know we don't need to filter on platforms any more. Not sure if compiling reads is necessary?
The text was updated successfully, but these errors were encountered: