Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleStart an idev session
idev -p development -m 120 -A UT-2015-05-18 -N 1 -nA 24OTH21164 --reservation=BIO_DATA_week_1r CoreNGSday5

Copy over the yeast RNA-seq files we'll need (also copy the GFF gene annotation file if you didn't make one).

...

Expand
titleSetup (if needed)


Code Block
languagebash
idev -p development -m 120 -A UT-2015-05-18 -N 1 -nA 68OTH21164 --reservation=BIO_DATA_week_1r CoreNGSday5
module load biocontainers
module load samtools
module load bedtools

mkdir -p $SCRATCH/core_ngs/bedtools
cd $SCRATCH/core_ngs/bedtools
cp $CORENGS/yeast_rna/*.gff .
cp $CORENGS/yeast_rna/sc_genes.bed* .
cp $CORENGS/yeast_rna/yeast_mrna.sort.filt.bam* .


...