Skip to content

Commit

Permalink
more misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
obigriffith committed Nov 14, 2023
1 parent 2b7364c commit 90953b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _posts/0000-10-01-Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ date: 0000-10-01
First, make sure your [environment](https://rnabio.org/module-00-setup/0000/07/01/Environment/) is set up correctly.

***
Tools needed for this analysis are: samtools, bam-readcount, HISAT2, stringtie, gffcompare, htseq-count, flexbar, R, ballgown, fastqc and picard-tools. In the following installation example, the installs are local and will work whether you have root (i.e. admin) access or not. However, if root is available some binaries can/will be copied to system-wide locations (e.g., ~/bin/).
Tools needed for this analysis are: samtools, bam-readcount, HISAT2, stringtie, gffcompare, htseq-count, gtf_to_fasta (TopHat), kallisto, FastQC, Fastp, MultiQC, Picard, flexbar, Regtools, RSeqQC, bedops, gtfToGenePred, genePredToBed, how_are_we_stranded_here, CellRanger, R, BioConductor, ballgown, and other R packages. In the following installation example, the installs are local and will work whether you have root (i.e. admin) access or not. However, if root is available some binaries can/will be copied to system-wide locations (e.g., ~/bin/).

Set up tool installation location:

Expand Down
6 changes: 3 additions & 3 deletions _posts/0002-07-01-Team_Assignment_Alignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ In this assignment, we will be using subsets of the GSE136366 dataset (Roczniak-

As mentioned previously, we have subsetted the 6 RNA-seq samples into 5 different chromosome regions. Each team can download their corresponding dataset using the following commands.
```bash
mkdir -p $RNA_HOME/team_exercise/data
cd $RNA_HOME/team_exercise/data

cd $RNA_HOME/
mkdir -p team_exercise/untrimmed
cd team_exercise/untrimmed

### TEAM A
wget -c http://genomedata.org/seq-tec-workshop/read_data/rna_alignment-de_exercise/dataset_A/dataset.tar.gz
Expand Down

0 comments on commit 90953b8

Please sign in to comment.