Coder Social home page Coder Social logo

Comments (8)

nextgenusfs avatar nextgenusfs commented on August 20, 2024

What OS? Do you have another terminal window open running home-brew?

from amptk.

cour10eygrace avatar cour10eygrace commented on August 20, 2024

Linux ubuntu 14.04 running in virtualbox..no other terminal running

from amptk.

nextgenusfs avatar nextgenusfs commented on August 20, 2024

I've not seen this one before, try the following:

brew doctor
brew update
brew install zlib
brew install ufits

from amptk.

nextgenusfs avatar nextgenusfs commented on August 20, 2024

You may need to tap the dupes repository before installing zlib, i.e.

brew tap homebrew/dupes
brew install zlib

from amptk.

cour10eygrace avatar cour10eygrace commented on August 20, 2024

still receiving the same zlib error. I have also received this warning..not
sure if it is related.
Warning: Homebrew's share was not found in your XDG_DATA_DIRS but you have
this variable set to include other locations.
Some programs like vapigen may not work correctly.

On Wed, Nov 2, 2016 at 2:03 PM, Jon Palmer [email protected] wrote:

You may need to tap the dupes repository before installing zlib, i.e.

brew tap homebrew/dupes
brew install zlib


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#9 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AWJZieFEKPnQj3zJbjS6c1UTxACuKnm4ks5q6PqLgaJpZM4Kntg9
.

Courtney G. Collins
PhD candidate - Botany and Plant Sciences, Diez lab
University of California, Riverside
http://courtneygcollins.weebly.com

from amptk.

nextgenusfs avatar nextgenusfs commented on August 20, 2024

Ok, how about this:

brew install ufits --ignore-dependencies

This should tell you if it is a ufits problem or a dependencies problem. You actually don't need any of the dependencies per say, but they will speed up processing, allow for Ion Torrent data usage, and dada2 clustering.

You can then try the dependencies separately, i.e.

brew install vsearch
brew install R
brew install bedtools

If you still have a problem with the first command, then something is wrong with your LinuxBrew installation.

from amptk.

nextgenusfs avatar nextgenusfs commented on August 20, 2024

You can also install UFITS without using home-brew, just need to install some of the tools manually.

To install via github, do:

#clone repository
git clone https://github.com/nextgenusfs/ufits.git
#put into path
export PATH="/path/to/ufits/directory:$PATH"
#install python modules
pip install -U biopython natsort numpy pandas matplotlib psutil h5py biom-format

You will then need to install manually the following to get full functionality: vsearch, usearch, and R .

from amptk.

cour10eygrace avatar cour10eygrace commented on August 20, 2024

The --ignore dependencies worked thank you!!!

On Wed, Nov 2, 2016 at 5:29 PM, Jon Palmer [email protected] wrote:

Ok, how about this:

brew install ufits --ignore-dependencies

This should tell you if it is a ufits problem or a dependencies problem.
You actually don't need any of the dependencies per say, but they will
speed up processing, allow for Ion Torrent data usage, and dada2 clustering.

You can then try the dependencies separately, i.e.

brew install vsearch
brew install R
brew install bedtools

If you still have a problem with the first command, then something is
wrong with your LinuxBrew installation.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#9 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AWJZiVDdZwpfOLYit7gOyk43zhHXQDP6ks5q6SrzgaJpZM4Kntg9
.

Courtney G. Collins
PhD candidate - Botany and Plant Sciences, Diez lab
University of California, Riverside
http://courtneygcollins.weebly.com

from amptk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.