Did you?
- Email your TA the
k4.png
file afterconda install
5 programs - Email your TA an IGV screenshot for
HUES64_rep1.mRNA.chr20.bw
- Check your 12 R packages are installed e.g.
library( "annotatr" )
Do each morning by 9:00am …
- Help – Monitor
#questions
from your Slack.app (laptop and phone) Unix – Load programs installed via conda on MARCC
ssh gateway2.marcc.jhu.edu -l username@jhu.edu srun -p shared -c 1 --mem 1024 -t 120 --pty bash module load anaconda-python/3.6 source activate pg2018 deeptools
- Transfer – Practice copying a file from MARCC
Scroll to see entire command … ends in
Desktop/PG2018/...
scp username@jhu.edu@gateway2.marcc.jhu.edu:work/test.txt Desktop/PG2018/monday.txt
- Check that file exists on your laptop by opening it
- IGV – Start genomic visualization tool
- Test by loading
HUES64_rep1.mRNA.chr20.bw
and zooming intoDNMT3B
gene
- Test by loading
- RStudio – Start integrated development environment for R
- Test by
library( "annotatr" )
- Test by
- Notes – Store commands using TextEdit.app or Wordpad
- Be sure to disable auto-correct features
- e.g. Uncheck in TextEdit > Preferences
- Correct spelling automatically
- Smart quotes
- Smart dashes
- e.g. Uncheck in TextEdit > Preferences
- Be sure to disable auto-correct features