Skip to content

aysegulmurat/PE_bulk_RNAseq_analysis_ubuntu_bash

Repository files navigation

Bulk PE RNAseq data analysis, GNU/Linux-Ubuntu

Before You Start

Ensure your system is up-to-date and has necessary dependencies installed.

  1. Update your package index: sudo apt-get update and sudo apt update serve the same purpose: they update the local package index. But apt update is the recommended command to use for most users due to its simpler syntax and user-friendly output.
  2. Install build-essential: you can use this command: sudo apt install build-essential The build-essential package typically includes various tools and libraries needed for building software from source code, such as compilers and development libraries.
  3. If you encounter missing dependencies, use: sudo apt-get install --fix-missing This command will try to fix any missing dependencies that may prevent packages from being installed properly. It's useful if you encounter errors related to missing dependencies during the installation process.
  4. Use pwd to check your current location. You can use wget to download the required tools.

Requirements

Download the following tools and genomes:

  1. FASTQC v0.11.9
  1. TRIMMOMATIC 0.39
  1. SAMTOOLS-1.18
  1. HISAT2 v2-2.2.1
  1. featureCounts

Creating a Shell Script

Follow these steps to create and execute a shell script:

  1. Open your terminal.
  2. Create a shell script file named "yourshfile.sh" using the text editor "gedit":
gedit yourshfile.sh 
  1. Write your shell script code inside the editor.
  2. Save the file and close the editor.
  3. In the terminal, make the script executable:
chmod +x ./yourshfile.sh
  1. Now, you can run the script using:
./yourshfile.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages