Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 2.49 KB

exercise01.md

File metadata and controls

57 lines (40 loc) · 2.49 KB

Exercise 01: Design Doc, Dev Environment, and Scripting with VSCode

  1. Assess our Design Doc to gain an thorough understanding of our project's Problem Statement, Objectives, Proposed Solution, and Implementation Plan.

  2. Use GitPod Flex to create a dev environment:

  1. Familiarize yourself with the VSCode environment

  1. Assess the fastq-peek.sh software and test it using the benchmark read data: ./bin/fastq-peek.sh ./data/sample.fastq

  1. Begin modifying fastq-peek.sh to calculate GC_COUNT, TOTAL_BASE_COUNT, & GC_PERCENT; report GC_PERCENT to stdout

  2. Save your changes within your workspace

  3. Once you're finished working, make sure to shut down your workspace. Click on the toggle next to "Running", either on VS Code or on Gitpod Flex platform, to turn everything off.

Exercise 1 Solution

A modified fastq-peek.sh code with gc-count calculation and reporting can be found in the back of the book.