Unix or Linux which is better choice for genomic analysis?
4
3
Entering edit mode
9.2 years ago

We want use different genomic analysis tools like samtools,bcftool,plink etc

Which operating system should we use?

analysis linux unix next-gen genomic • 3.7k views
ADD COMMENT
3
Entering edit mode
9.2 years ago

You can pretty much use any Linux or BSD UNIX you want. Most likely you will get familiar with the package manager for that platform.

If you use OS X, for instance, you might install Homebrew and install scientific packages made available via Homebrew Science, which is usually as easy as: $ brew install homebrew/science/some_package

For other platforms, like some flavor of Linux, you might use yum or rpm (Red Hat/Fedora) or apt-get (Ubuntu/Debian).

If a package isn't available, you can almost always compile it from source code via GCC under Linux, or Clang/LLVM under OS X (via Xcode).

ADD COMMENT
1
Entering edit mode
9.2 years ago

It really doesn't matter. Linux distributions will often have samtools in their repo., so you don't need to compile it yourself (of course, that's simple). Of course if the Unix that you install is one of the BSDs then that's probably also the case for it (likewise with Mac OS X).

ADD COMMENT
0
Entering edit mode
9.2 years ago
arno.guille ▴ 410

Linux is a Unix-Like operating system. There are many popular distributions based on Linux for example Red Hat, Fedora, openSUSE, Ubuntu, Linux Mint etc ...

For a personal computer i suggest you Ubuntu or Linux Mint.

ADD COMMENT

Login before adding your answer.

Traffic: 1719 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6