-
Notifications
You must be signed in to change notification settings - Fork 79
Description
Hello all, I am signing on because research alone is not getting me where I need to go. I am having a heck of a time just testing the sample OTU file. I have directions from a teacher that seem dated and I'm doing my best to work with what is available online.
The teachers instruction to test the otu_table.txt I would use:
python FUNGuild.py taxa -otu example/otu_table.txt -format tsv -column taxonomy -classifier unite
In my system, it looks like the file is: Guilds_v1.1.py:
$ python Guilds_v1.1.py taxa -otu /example/otu_table.txt -format tsv -column taxonomy -classifier unite
taxa -otu /example/otu_table.txt -format tsv -column taxonomy -classifier unite
usage: Guilds_v1.1.py [-h] [-otu OTU] [-m] [-u] [-db {fungi,nematode}]
Guilds_v1.1.py: error: unrecognized arguments: taxa -format tsv -column taxonomy -classifier unite
Same thing here are his directions first and then my attempt to correct. Both fails:
(base) User:/FUNGuild-master$ python Guilds_v1.1.py guild -taxa example/otu_table.taxa.txt/FUNGuild-master$ python FUNGuild.py guild -taxa example/otu_table.taxa.txt
usage: Guilds_v1.1.py [-h] [-otu OTU] [-m] [-u] [-db {fungi,nematode}]
Guilds_v1.1.py: error: unrecognized arguments: guild -taxa example/otu_table.taxa.txt
(base) User:
python: can't open file '/home/faddeo/FUNGuild-master/FUNGuild.py': [Errno 2] No such file or directory
What am I doing wrong?