Bioinformatics ReviewBioinformatics Review
Notification Show More
Font ResizerAa
  •  Home
  • Docking
  • MD Simulation
  • Tools
  • More Topics
    • Softwares
    • Sequence Analysis
    • Algorithms
    • Bioinformatics Programming
    • Bioinformatics Research Updates
    • Drug Discovery
    • Phylogenetics
    • Structural Bioinformatics
    • Editorials
    • Tips & Tricks
    • Bioinformatics News
    • Featured
    • Genomics
    • Bioinformatics Infographics
  • Community
    • BiR-Research Group
    • Community Q&A
    • Ask a question
    • Join Telegram Channel
    • Join Facebook Group
    • Join Reddit Group
    • Subscription Options
    • Become a Patron
    • Write for us
  • About Us
    • About BiR
    • BiR Scope
    • The Team
    • Guidelines for Research Collaboration
    • Feedback
    • Contact Us
    • Recent @ BiR
  • Subscription
  • Account
    • Visit Dashboard
    • Login
Font ResizerAa
Bioinformatics ReviewBioinformatics Review
Search
Have an existing account? Sign In
Follow US
GenomicsSoftware

How to install Cortex on Ubuntu?

Dr. Muniba Faiza
Last updated: December 21, 2020 10:43 pm
Dr. Muniba Faiza
Share
2 Min Read
Cortex - genome analysis framework
SHARE

Cortex is a user-friendly framework for genome analysis [1]. It acquires less memory and is quite efficient in performance. It’s installation involves various steps. In this article, we will install Cortex on Ubuntu.

Contents
Preparing systemDownloading CortexInstalling CortexReferences

Preparing system

Let’s update and upgrade the system first. Open the terminal (Ctrl+T) and type the following commands:

$ sudo apt-get update

$ sudo apt-get upgrade

Downloading Cortex

Move inside a directory where you want to download the software. Then, paste the following command in your terminal or download it from here.

$ wget https://dl.bintray.com/thehive-project/binary/cortex-latest.zip

Installing Cortex

Extract the zip file using the following command and then install.

$ unzip cortex-latest.zip

It will create a new directory in your current directory, namely, ‘cortex-3.0.1.1′. Now, move inside the new directory and create link.

$ cd cortex-3.0.1-1/

$ ln -s cortex-3.0.1-1 cortex

$ sudo addgroup cortex

$ sudo adduser --system cortex

$ sudo cp /cortex/cortex-3.0.1-1/package/cortex.service /usr/lib/systemd/system

$ sudo chown -R cortex:cortex /cortex/cortex-3.0.1-1/

$ sudo chgrp cortex /cortex/cortex-3.0.1-1/package/cortex.conf

$ sudo chmod 640 /cortex/cortex-3.0.1-1/

$ sudo systemctl enable cortex

$ sudo service cortex start

Now, you can easily run Cortex on your system.


References

  1. Iqbal, Z., Caccamo, M., Turner, I., Flicek, P., & McVean, G. (2012). De novo assembly and genotyping of variants using colored de Bruijn graphs. Nature genetics, 44(2), 226-232.
TAGGED:cortexinstallationInstallation on ubuntuubuntu
Share This Article
Facebook Copy Link Print
ByDr. Muniba Faiza
Follow:
Dr. Muniba is a Bioinformatician based in New Delhi, India. She has completed her PhD in Bioinformatics from South China University of Technology, Guangzhou, China. She has cutting edge knowledge of bioinformatics tools, algorithms, and drug designing. When she is not reading she is found enjoying with the family. Know more about Muniba
Leave a Comment

Leave a Reply Cancel reply

You must be logged in to post a comment.

Starting in Bioinformatics? Do This First!
Starting in Bioinformatics? Do This First!
Tips & Tricks
[Editorial] Is it ethical to change the order of authors’ names in a manuscript?
Editorial Opinion
Installing bbtools on Ubuntu
[Tutorial] Installing BBTools on Ubuntu (Linux).
Sequence Analysis Software Tools
wes_data_analysis Whole Exome Sequencing (WES) Data visualization Toolkit
wes_data_analysis: Whole Exome Sequencing (WES) Data visualization Toolkit
Bioinformatics Programming GitHub Python

You Might Also Like

Installing gromos96 on Ubuntu
MD SimulationSoftware

Installing GROMOS96 on Ubuntu

October 31, 2020
SoftwareTools

Most widely used tools to analyze multiple sequence alignments

May 20, 2020
Sequence AnalysisSoftwareTools

How to use Clustal Omega and MUSCLE command-line tools for multiple sequence alignment?

July 1, 2020
SoftwareTools

Installing Roary and Prokka on Ubuntu

July 29, 2020
Copyright 2024 IQL Technologies
  • Journal
  • Customer Support
  • Contact Us
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Cookie Policy
  • Sitemap
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?

Not a member? Sign Up