saccharis / SACCHARIS_2

CLI and GUI based bioinformatics pipeline to automate phylogenetic analysis of CAZyme families in FASTA sequences.
GNU General Public License v3.0
5 stars 0 forks source link

Update dbCAN dependency to v4 #9

Open AlexSCFraser opened 1 month ago

AlexSCFraser commented 1 month ago

run_dbCAN has been upgraded to version 4. There are breaking changes in the API and eCAMI predictions were removed. Some code needs to be rewritten to accomodate dbcan v4. The SACCHARIS ExtractAndPruneCAZymes module needs to be updated to work with the dbcan v4 API, and the CazymeMetadataRecord class in the Formatting module needs to be updated to reflect the removal of eCAMI and addition of dbcan_sub instead.