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

Improve MOTHUR_FILES and MOTHUR_TOOLS #799

Closed
mothur-westcott opened this issue Oct 6, 2021 · 4 comments
Closed

Improve MOTHUR_FILES and MOTHUR_TOOLS #799

mothur-westcott opened this issue Oct 6, 2021 · 4 comments

Comments

@mothur-westcott
Copy link
Contributor

Allow multiple paths to be stored as places to look. Something like:

MOTHUR_FILES="/Users/swestcott/Desktop/mothur;/Users/swestcott/Desktop/mothurbugs;/Users/swestcott/Desktop/release"

MOTHUR_TOOLS="/Users/swestcott/Desktop/mothur;/usr/bin;/Users/swestcott/Desktop/mothur/mothurTools;PATH"

@mothur-westcott
Copy link
Contributor Author

mothur > set.dir(mothurfiles='/Users/swestcott/Desktop/GreenGenesOTUMapping;/Users/swestcott/Desktop/mothurbugs;/Users/swestcott/Desktop/release')
Mothur's directories:
mothurfiles=
/Users/swestcott/Desktop/GreenGenesOTUMapping/
/Users/swestcott/Desktop/mothurbugs/
/Users/swestcott/Desktop/release/

@mothur-westcott
Copy link
Contributor Author

Changes set.dir 'temp default' to 'mothurfiles' for clarity.

@mothur-westcott
Copy link
Contributor Author

  • Add multiple locations to inputdir option as well

@mothur-westcott
Copy link
Contributor Author

mothur > set.dir(input="/Users/swestcott/Desktop/release/;/Users/swestcott/Desktop/mothurbugs/;mothurhome")

becomes the following with 'mothurhome' expanded

mothur > set.dir(input="/Users/swestcott/Desktop/release/;/Users/swestcott/Desktop/mothurbugs/;/Users/swestcott/Desktop/mothur/Build/Intermediates.noindex/UninstalledProducts/macosx/")
Mothur's directories:
inputdir=
/Users/swestcott/Desktop/release/
/Users/swestcott/Desktop/mothurbugs/
/Users/swestcott/Desktop/mothur/Build/Intermediates.noindex/UninstalledProducts/macosx/

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

1 participant