We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Finding sequences in a file can take to much time with grep.
Implement --> grep -wf $novelSeq $noncons > $novelTmp in python with hash maps or dictionaries
The text was updated successfully, but these errors were encountered:
Fixes #4 - This fix reduces the time used from a memory blowout in 7 …
c2b9e94
…hours to a 2 second run.
No branches or pull requests
Finding sequences in a file can take to much time with grep.
Implement --> grep -wf $novelSeq $noncons > $novelTmp in python with hash maps or dictionaries
The text was updated successfully, but these errors were encountered: