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

No option --perform_taxonomic_assignment #73

Open
ciemanek opened this issue May 6, 2019 · 4 comments
Open

No option --perform_taxonomic_assignment #73

ciemanek opened this issue May 6, 2019 · 4 comments

Comments

@ciemanek
Copy link

ciemanek commented May 6, 2019

When I try to run matam_assembly.py from the conda installation MATAM, I get an error that it doesn't recognize an option --perform_taxonomic_assignment. Does conda version not include this option?

@loic-couderc
Copy link
Member

Hi @ciemanek,

The conda version does include the --perform_taxonomic_assignment.
Could you please join the full error message ?

@ciemanek
Copy link
Author

ciemanek commented May 7, 2019

Hi Loïc,

The error is:
Error: unrecognized arguments: --perform_taxonomic_assignment

I tried also an installation via GitHub and the option is valid then (it is also displayed in --help). I think for some reason, when I install MATAM via conda, an older version is installed rather than v1.5.3:

image

@loic-couderc
Copy link
Member

loic-couderc commented May 7, 2019

Maybe if you provide the version of MATAM package during the installation and perform the installation in a separate environment will resolve your issue.
Can you try the following command ?

conda -n matam -c bonsai-team matam=v1.5.3

@ciemanek
Copy link
Author

ciemanek commented May 7, 2019

I think installing from GitHub is sufficient for now, but I also tried specifying a version in conda (conda install -c bonsai-team matam=v1.5.3) which gives me an error:

PackagesNotFoundError: The following packages are not available from current channels: matam=v1.5.3 -> coreutils matam=v1.5.3 -> krona matam=v1.5.3 -> rdptools matam=v1.5.3 -> samtools==1.4.1

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

3 participants