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

Handle large number of files #55

Open
AlistairNWard opened this issue Jun 4, 2015 · 1 comment
Open

Handle large number of files #55

AlistairNWard opened this issue Jun 4, 2015 · 1 comment

Comments

@AlistairNWard
Copy link
Member

If you call variants on the whole genome and use a region small enough (which doesn't have to be that small), the merge step will fail because there are too many arguments on the command line. Determine how many is too many for the shell in use and perhaps break the merge into a multi step process.

@ekg
Copy link
Member

ekg commented Jun 4, 2015

Or, use a file list.

On Thu, Jun 4, 2015 at 3:07 PM, Alistair Ward [email protected]
wrote:

If you call variants on the whole genome and use a region small enough
(which doesn't have to be that small), the merge step will fail because
there are too many arguments on the command line. Determine how many is too
many for the shell in use and perhaps break the merge into a multi step
process.


Reply to this email directly or view it on GitHub
#55.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants