How to determine reference genome used for alignment in BAM file
If you want to specify the human genome reference run the following command
Here, I have compiled General posts that are useful for students and researchers.
Most recent posts are:
If you want to specify the human genome reference run the following command
If you'd like to specify the human genome reference, run the following command:
Here are the bash scripts you frequently use to accomplish your tasks.
Here we present the continuation of Bash cheat sheet I, providing more advanced Bash commands.
A container is a lightweight package of an operating system that allows users to install software and its dependencies in isolated environments (called ‘containers’), making it a single, portable, shareable, and reproducible package, like Apptainer/Singularity or Docker. Unlike virtual machines, containers are lightweight, fast, and typically run on a Linux-based system. They are often best suited for running one or two applications.
If you want to remove or keep specific columsn, you can cut command.
awkSometimes lines are duplicated in your text file. You can easily remove these duplicates using awk
awkSometimes columns are duplicated in your text file. You can easily remove these duplicates using awk
We often use SSH (Secure Shell) to remotely connect to servers via the terminal. If you’re tired of entering a password every time you log in, follow the steps below to enable passwordless login.