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
SoftwareToolsVirtual Screening

How to install sdsorter on Ubuntu (Linux)?

Dr. Muniba Faiza
Last updated: April 13, 2023 11:53 am
Dr. Muniba Faiza
Share
2 Min Read
How to install sdsorter on Ubuntu (Linux)?
SHARE

sdsorter is a tool that helps in the easy manipulation of SDF files. It takes a single file as input and also provides a single output file. In this article, we are going to install sdsorter on Ubuntu (Linux).

Contents
Preparing systemInstalling prerequisitesDownloading sdsorterInstalling sdsorter

Preparing system

Open a terminal by pressing Ctrl+Alt+T. Update and upgrade your system using the following commands:

$ sudo apt-get update

$ sudo apt-get upgrade

Installing prerequisites

The sdsorter depends on Openbabel libraries, therefore, it is better to install openbabel also. Paste the following command in the terminal:

$ sudo apt-get install openbabel

Downloading sdsorter

Change to the directory where you wish to download the software. Let’s say, Downloads.

$ cd Downloads/

You can download the sdsorter from here or use the following command. You will find three different files on the link: sdsorter.osx, sdsorter.static, and sdsorter.linux. We are downloading the sdsorter.static file.

$ wget https://sourceforge.net/projects/sdsorter/files/sdsorter.static

Installing sdsorter

Paste the following commands in the terminal.

$ chmod +x sdsorter.static

It should run by typing

$ ./sdsorter.static

However, there are chances that you may get a “loadlocale.c:129:” error or something similar to that. So, you need to give the following command.

$ export LC_ALL=C

After that, you can run the software using the above-mentioned command. To see, all the arguments, type:

$ ./sdsorter.static --help

This finishes the installation of the sdsorter on your system.


 

 

TAGGED:sdfsdf files manipulationsmina outputvirtual screening
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.

- Advertisement -
Ad image
10 years of Bioinformatics Review: From a Blog to a Bioinformatics Knowledge Hub!
Editorial
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

You Might Also Like

Installing FragGeneScan on Ubuntu
SoftwareTools

Installing FragGeneScan on Ubuntu

September 15, 2020
How to generate topology from SMILES for MD Simulation?
SoftwareTools

How to generate topology from SMILES for MD Simulation?

August 6, 2023
PhylogeneticsSoftwareTools

Installing and executing ProtTest3 on Ubuntu

May 20, 2020
Installing GROMACS on Apple M1 (MacOS)
MD SimulationSoftwareTools

How to install GROMACS on Apple M1 (MacOS)?

May 19, 2022
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