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

basic mecat2cns grid integration #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

flowers9
Copy link

This is very basic integration - the user specifies all the grid options through a -G option to mecat2cns, which then splits up the job as usual but calls grid for each partition run instead of doing it locally. Requires grid to be in the path, and it doesn't check for or handle job failure, just successful completion (so, in the event of failure, the main process may hang out forever).

A few extra internal options are used to pass values from the main program to the grid job.

This also corrects a small error in options.cpp where t.min_cov was checked twice and t.min_size was never checked.

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

Successfully merging this pull request may close these issues.

1 participant