Skip to content

Code book for RNA-seq analysis (From FASTQ to Statistical Results)

License

Notifications You must be signed in to change notification settings

wong-ziyi/Code4RNA-seq

Repository files navigation

Code4RNA-seq

Code book for RNA-seq analysis (From FASTQ to Statistical Results ---- example codes for learning).

First of first, please check here to set up a Windows PC and get familiar with command line in Linux terminal.

Use git on Ubuntu terminal

Installation

$ sudo apt-get install git

Clone this Git repository into a specific folder and add remote

$ sudo git clone https://github.com/wong-ziyi/Code4RNA-seq /mnt/g/Code4RNA-seq
$ cd /mnt/g/Code4RNA-seq
$ git remote add origin https://github.com/wong-ziyi/Code4RNA-seq

Update your local repository

$ sudo git pull

Push a local commit

$ touch test.txt
$ git add test.txt
$ git commit -m "test"
$ git push

Delete a file

$ git rm test.txt
$ git commit -m "test2"
$ git push

Please see more detials on here

About

Code book for RNA-seq analysis (From FASTQ to Statistical Results)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published