-
Notifications
You must be signed in to change notification settings - Fork 33
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
Phylophlan Error #103
Comments
Hi, from the Many thanks, |
Hi, I run the same things but still i got an error. If you could please help what might be the possible errors. phylophlan_v3.0.3.sif phylophlan_write_config_file phylophlan_v3.0.3.sif phylophlan error: |
Hello @shibormi, it appears that the
is due because PhyloPhlAn is not able to recognize that as a valid database of either genes or proteins. In your config file, you specified
meaning that you meant to use your custom database of genes (the So, either I hope this helps, but in case not, if you can provide more details I'll try to give you more specific feedback. Thanks, |
Hello, I get the following error trying to run Phylophlan.
phylophlan_write_config_file -o config_file_3 --map_dna diamond --map_aa diamond --db_aa diamond -d a --msa mafft --trim trimal --tree1 raxml --verbose 2>&1 | tee phylophlan_config_3.log
phylophlan -i /metagenomics/ --diversity high --fast --database /phylophlan_databases/phylophlan --genome_extension fastq -f config_file_3 -o /phylophlan_out/qq --nproc 12 --verbose 2>&1 | tee phylophlan_3.log
I saw in a previous post Francisco said to try adding --force_nucleotides, I tried that too but it's still not working.
I get this error:
[e] Command '['/cluster/home/ProgramFiles/miniconda3/bin/diamond', 'blastx', '--quiet', '--threads', '1', '--outfmt', '6', '--more-sensitive', '--id', '50', '--max-hsps', '35', '-k', '0', '--query-gencode', '11', '--query', '/cluster/projects/metagenomics/phylophlan_out/tmp/clean_dna/HPB-043_868477_Fec_2.R2.fastq', '--db', '/cluster/home/workflow/run_phylophlan/phylophlan_databases/phylophlan/phylophlan.dmnd', '--out', '/cluster/projects/metagenomics/phylophlan_out/tmp/map_dna/HPB-043_868477_Fec_2.R2.b6o.bkp']' returned non-zero exit status 1.
I also tried running diamond on it's own and it hasn't crashed yet whereas phylophlan crashes right away.
Thank you
The text was updated successfully, but these errors were encountered: