dib-lab/eel-pond

Checkpoints

Opened this issue · 1 comments

We discussed including "checkpoints" at each step to help orient the user. What kind of checkpoints do we want?

  • software installation tests? (e.g. which fastqc)
  • path checks? (e.g. ls $DATADIR/)
  • file checks? (e.g. ls -lh reads.fq; wc -l reads.fq)
  • environment checks? (e.g. hostname; whoami)
  • any others?
ctb commented