wanjauk / intbt_2020

Training material for H3ABioNet 16S rRNA Microbiome Intermediate Bioinformatics Training 2020
0 stars 0 forks source link

Module 6: 16S downstream analyses in R #2

Open wanjauk opened 3 years ago

wanjauk commented 3 years ago

Session 1

Important links:

wanjauk commented 3 years ago

Session 2

  1. Go to https://hpc01.icipe.org/rstudio/auth-sign-in and login with your username and password.
  2. Create a new project in RStudio called R_downstream
  3. Download the required files for this session by copying and pasting the commands below on the Linux terminal on icipe's RStudio:
    • wget https://raw.githubusercontent.com/wanjauk/intbt_2020/master/git-download.sh
    • bash git-download.sh https://api.github.com/repos/wanjauk/intbt_2020/contents/Downstream_Analysis_in_R && mv Session_2_Importing_data/* . && rmdir Session_2_Importing_data && unzip Session_1_Nextflow_demo/nextflow-demo-out.zip && rm -rf Session_1_Nextflow_demo