Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

calls to uclust should use temp_dir #1515

Open
antgonza opened this issue Apr 21, 2014 · 2 comments
Open

calls to uclust should use temp_dir #1515

antgonza opened this issue Apr 21, 2014 · 2 comments

Comments

@antgonza
Copy link
Contributor

When pick_otus.py calls uclust it uses /tmp/ vs. using the temp_dir in the qiime configuration, an example:
uclust --input /tmp/UclustExactMatchFilterlS4C2v.fasta --id 0.97 --tmpdir /tmp --rev --w 12 --stepwords 20 --usersort --maxaccepts 20 --stable_sort --maxrejects 500 --uc ucrss/step4_otus/failures_failures_clusters.uc

This is a problem on systems with limited /tmp/ and several jobs running on the same node.

@josenavas
Copy link
Member

Depends on biocore/burrito-fillings#21

@antgonza
Copy link
Contributor Author

Just saw, this mentioned in a Qiime1 forum post. A possible solution is:
export TMPDIR=[your folder]

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

No branches or pull requests

2 participants