Versions Compared

Key

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

...

Code Block
languagebash
titleCreate a pretend "archive" directory
mkdir -p $WORK/archive/original/20142015_05.core_ngs

Here's an example of a "best practice". Wherever your permanent storage area is, it should have a rational sub-directory structure that reflects its contents. It's easy to process a few NGS datasets, but when they start multiplying like tribbles, good organization and naming conventions will be the only thing standing between you and utter chaos!

...

Code Block
languagebash
titleGet ready to wget
cd $WORK/archive/original/20142015_05.core_ngs
wget 

Here are two web links:

...