rdpstaff / RDPTools

Collection of commonly used RDP Tools for easy building
49 stars 52 forks source link

rdp train #23

Open hariszaf opened 6 years ago

hariszaf commented 6 years ago

I try to train using this command from tutorial:

java -Xmx1g -jar /path/to/classifier.jar train -o mytrained -s samplefiles/new_trainset.fasta -t samplefiles/new_trainset_db_taxid.txt -c gene_copynumber.txt cp samplefiles/rRNAClassifier.properties mytrained/

However, I get an error that "-s" in not an option. I try to run it on a cluster that does not have ant. Could that explain this error? Is there anything else that could go wrong and explain that kind of error?! Thank you!