-
Notifications
You must be signed in to change notification settings - Fork 4
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: traitar phenotype #6
Comments
@lanlan0210 you are probably not providing all of the required positional arguments:
|
Hello, Same here, I modified the command line as indicated but it gives back this error: As I understand, this file should be generated by the software. Any ideas on how to solve this? I used the phenotype default Thank you in advance for the assistance. |
Hello,
|
@mgabriell1 do you have write permissions to |
Assuming that's the relative path in <out_dir>, yes |
Does |
It was created by traitar, but it was empty (hence the error) |
If I had to guess, it could be the quality of your input genome(s). A poor quality genome could result in little or no pfam annotations, which would result in downstream failures of Traitar. |
I don't think that's the case. That specific genome has been called as 99.97% complete by CheckM2 so I'd imagine it should be annotated by PFAM. |
Hello everyone, |
For some reason traitar3/traitar/traitar_cls.py Line 283 in a6d8772
|
Thank you for developing Traitar. I got an error message when I ran the software. The data used is the data in the test file you provided.
command: traitar phenotype test samples.txt from_genes output_dir
error: usage: traitar phenotype [-h] [-c CPUS] [-x PARALLEL] [-o]
[-g {genbank,refseq,img,prodigal,metagenemark}]
[-p PRIMARY_MODELS] [-s SECONDARY_MODELS]
[-r REARRANGE_HEATMAP]
[--no_heatmap_sample_clustering]
[--no_heatmap_phenotype_clustering]
[-f {png,pdf,svg,jpg}]
pfam_dir input_dir sample2file
{from_genes,from_nucleotides,from_annotation_summary}
output_dir
traitar phenotype: error: argument mode: invalid choice: 'output_dir' (choose from 'from_genes', 'from_nucleotides', 'from_annotation_summary').
Can you help me see how to solve it? Looking forward to your reply.
The text was updated successfully, but these errors were encountered: