Hello,
I am having some trouble running gotcha on my custom inputs. I setup gotcha using conda, so I believe that all my dependencies are properly installed. However, whenever I try to run gotcha on any of my custom inputs (unaligned sequences, aligned sequences, or phylogenetic tree file), I get this error below:
BiopythonDeprecationWarning: The Bio.Application modules and modules relying on it have been deprecated
Due to the on going maintenance burden of keeping command line application
wrappers up to date, we have decided to deprecate and eventually remove these
modules.
We instead now recommend building your command line and invoking it directly
with the subprocess module.
warnings.warn(
Run Gotcha Main
bold-cli missing in path
I'm not sure how to proceed since gotcha relies on the Biopython module and it is now deprecated. Any advice on how to design probes for my custom inputs would be appreciated. I've also included my script below for reference:
python3 gotcha.py --marker COI-5P -cf 21.fna -c 1 -o CO1_cluster2_probes
python3 gotcha.py --marker COI-5P -ca 21_MSA.aln -c 1 -o CO1_cluster2_MSA_probes
python3 gotcha.py --marker COI-5P -cn 21_tree.nwk -c 1 -o CO1_cluster2_tree_probes
Thanks in advance for your help!
Hello,
I am having some trouble running gotcha on my custom inputs. I setup gotcha using conda, so I believe that all my dependencies are properly installed. However, whenever I try to run gotcha on any of my custom inputs (unaligned sequences, aligned sequences, or phylogenetic tree file), I get this error below:
I'm not sure how to proceed since gotcha relies on the Biopython module and it is now deprecated. Any advice on how to design probes for my custom inputs would be appreciated. I've also included my script below for reference:
Thanks in advance for your help!