You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClipKIT is a new MSA-trimming Python package. The authors indicate the trimmed MSAs generated by ClipKIT are more "desireable" (combined RF distance and bipartition supports) than those from competing tools, including BMGE.
Using ClipKit instead of BMGE would also clean up the installation process, by not having to package the BMGE.jar file with TreeSAPP. It could instead be installed using pip or conda.
Write ClipKit helper class for running facilitating trimming of a fasta file
Determine optimal parameters to use by comparing classification performance of ClipKIT (gappy, kpic and kpi modes) to BMGE and raw MSA. Evaluation dataset is EggNOG v5.0 against functional and phylogenetic marker reference packages.
Remove treesapp/sub_binaries/ directory, and support for BMGE.jar
Add ClipKit to requirements.txt and conda recipe
The text was updated successfully, but these errors were encountered:
cmorganl
added
the
enhancement
Highlight something that could be improved. Please be specific, TreeSAPP isn't perfect.
label
Jan 8, 2021
ClipKit parameters and settings have been benchmarked using treesapp evaluate. The following code is used to calculate a single error value for the classifications across all taxonomic ranks, weighted by the number of ranks to the correct taxon (i.e. taxonomic distance):
forfin*_evaluate*/final_outputs/clade_exclusion_performance.tsv
doecho$f
cat $f| awk '{sum+=$5*$7;} END {print sum;}'done
The parameter set with the lowest score will be used as the default.
ClipKIT is a new MSA-trimming Python package. The authors indicate the trimmed MSAs generated by ClipKIT are more "desireable" (combined RF distance and bipartition supports) than those from competing tools, including BMGE.
Using ClipKit instead of BMGE would also clean up the installation process, by not having to package the BMGE.jar file with TreeSAPP. It could instead be installed using pip or conda.
treesapp/sub_binaries/
directory, and support for BMGE.jarThe text was updated successfully, but these errors were encountered: