Versions Compared

Key

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

...

Note
titleThe remaining portion of this tutorial requires the runs to have completed
Code Block
languagebash
titleYou can also check how many have finished with this command
cd $SCRATCH/GVA_breseq_multi-sample
tail -n 1 logs/*|grep -c "+++   SUCCESSFULLY COMPLETED"

Until the above returns 7 the following commands will not work correctly.

While you wait consider going back to the intro breseq tutorial to rerun the sample that you took through read QCmappingSNV calling, and visualization. or skip to the bottom of the page for other potentually useful tutorials.

Grouping .gd files together

...