Versions Compared

Key

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

...

Expand
titleIf you need a little help but don't want the answer yet, click the triangle...

Remember that to copy an entire folder requires the use of the recursive (-r) option.

Code Block
languagebash
titleStill stuck? click here for the correct code
collapsetrue
cds
mkdir bowtie2mapping
cp -r $BI/gva_course/mapping/data mappingbowtie2MappingTutorial
cd mapping
bowtie2MappingTutorial
ls

Useful commands

Often you will have general questions about your sequencing files that you want to answer before or after starting your actual analysis. Here we show you some very handy commands after a warning:

...