bowtie2 package install problem on MAC (R2023b)

3 views (last 30 days)
I wanted to use the bowtie2 function for my research. First of all, it asked me to download the bowtie2 package using add-on explorer, but it did not work. I manually downloaded and installed it from this link "https://www.mathworks.com/matlabcentral/fileexchange/105425-bowtie-2-support-package-for-bioinformatics-toolbox". Then I got the following error. What do I need to do to use the Bowtie2 function? Can you help me?
Unable to resolve the name 'bowtie2.getInstallationLocation'.
Error in bioinfo.internal.addonTripwire>@()bowtie2.getInstallationLocation("Bowtie2")
Error in bioinfo.internal.addonTripwire
Error in Bowtie2Base.checkBowtie2Install (line 301)
bioinfo.internal.addonTripwire("bowtie2", mode);
Error in bowtie2build (line 36)
Bowtie2Base.checkBowtie2Install();
Error in deneme (line 6)
status = bowtie2build('PC_CaVN.fa', 'PC_CaVN_index');

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!