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

Error: No such option: --per_sink_feature_assignments #138

Open
claireewilliams opened this issue May 27, 2021 · 2 comments
Open

Error: No such option: --per_sink_feature_assignments #138

claireewilliams opened this issue May 27, 2021 · 2 comments

Comments

@claireewilliams
Copy link

Hello!

I have been using ST2 to calculate sources for each of my sink samples and it's been great. However, I wanted to access the output of each feature's contribution with the --per_sink_feature_assignments flag, but I'm getting this error:
Error: No such option: --per_sink_feature_assignments

it's also not listed under the --help flag.

Is the --per_sink_feature_assignments flag still functional? Is there another option?

Thanks!

@KMKemp
Copy link

KMKemp commented Jul 5, 2021

I was having the same issue. Did you see this response?
#101 (comment)

I was able to use the --per_sink_feature_assignments option after the following re-installation:

conda create -n st2 -c biocore python=3.6 numpy scipy scikit-bio biom-format h5py hdf5 seaborn
conda activate st2
pip install https://github.com/biota/sourcetracker2/archive/master.zip

This command worked with tiny_test data
sourcetracker2 -i otu_table.txt -m map.txt -o example5/ --jobs 5 --per_sink_feature_assignment

@claireewilliams
Copy link
Author

Thanks so much!!! I appreciate it, @KMKemp

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

No branches or pull requests

2 participants