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

BUD Algorithm Contig Carry over #5

Open
glickmac opened this issue Oct 4, 2017 · 1 comment
Open

BUD Algorithm Contig Carry over #5

glickmac opened this issue Oct 4, 2017 · 1 comment

Comments

@glickmac
Copy link
Collaborator

glickmac commented Oct 4, 2017

I have not implemented a method to remove empty fa files (generated by the contig_extend script) from the next iteration of the Bud Algorithm. This should reduce the time for the subsequent iterations.

Brainstorming ideas to do this:

  1. a bash script to retain .fa files > than 0 bytes then filter contigs in combined file by names of files left

  2. A script that creates a list of empty file names and filters contig keys in a dictionary format.

@glickmac
Copy link
Collaborator Author

glickmac commented Oct 4, 2017

Currently the workflow just outputs the .fa files from contig_extend into a directory (extended_contigs) and uses the assembled contigs in the next loop iteration

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