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

faSplit -outDirDepth #18

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

Conversation

AngieHinrichs
Copy link

When running with a large number of sequences (which I realize is no longer the norm for you Rob, but some of us may need to when starting out), it's nice to use a temporary directory and faSplit's -outDirDepth=N option so that a large number of files aren't added in a single directory.

Also, inputdir was used as the location of the temporary files when concatenating, but faSplit creates them in the current directory (unless otherwise specified), so that would fail if inputdir were not the current directory.

If you approve of this, FYI I also plan to add the use of ${TMPDIR} if defined as the location of the temporary files.

Thanks!
Angie

… current directory when running on 100k sequences. Don't use inputdir to find split files because they are in current directory which may not be inputdir.
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