Versions Compared

Key

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

...

Expand
titleIf you don't want to wait, CHANGE TO A NEW DIRECTORY and create a symbolic link to the completed file:
Code Block
languagebash
titleif on an iDEV node you will need to put the running command to the background first
mkdir single-sample-variant-speedup
cd single-sample-variant-speedupĀ 
ln -s $SCRATCH/BDIB_Human_tutorial/raw_files/NA12878.chrom20.samtools.vcf trios_tutorial.raw.vcf  # this creates a new file called trios_tutorial.raw.vcf that has the same contents as the NA12878.chrom20.samtools.vcf file. 


You can continue with the tutorial in this directory, but remember you can return to your job directory if you want to see your actual data.

...