The IITM-Tokyo Tech Joint Symposium is a biannual international symposium held in Indian Institute of Technology Madras (IITM), India in collaboration with Tokyo Institute of Technology (Tokyo-Tech), Japan.
Eurofins hiring @ Eurofins Genomics India Pvt Ltd, Bengaluru.
Designation: Senior Scientist bioinformatics
Experience: 8-9 years of experience in bioinformatics analysis of various NGS applications such as WGS, RNASeq, Metagenome, small...
My research lab develops efficient computational algorithms for data-intensive problems in biology. In response to challenging computational problems, we design solutions that are provably-good, scalable in practice, and useful for life scientists...
In an attempt to find a good Linux reference for bioinformatician and BOL readers, I was unsuccessful at finding a decent one on the Internet. So, we decided to make a cheat sheet for biological programmers.
In our day to day research activity, we need to securely copy our data from several to local computer and visa-versa. I am jotting down some of the commonly used SCP command for your future help. Hope you all will like it
What is Secure Copy?scp...
Bioinformatician uses servers for computational analysis. Sometime we need to check the server details before running our programs or tools. Here I am showing some basic commands using them you can gather the system/server information.To check what...
TIP: By default, environments are installed into the envs directory in your conda directory. Run conda create --help for information on specifying a different path.
Use the Terminal or an Anaconda Prompt for the...
Subprocess is one of simplest way of running linux command from within python code
Example:
if you want to run fastqc for QC of fastq file:
from subprocess import Popen,PIPE,call
p=Popen(["fastqc","-f","fastq","-o",...
github.com - Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. With ventoy, you don't need to format the disk over and over, you just need to copy the image files to the USB drive and boot it. You can copy many image...