lab challenge

Bash Challenge: RNA Transcription

Difficulty: Beginner
Duration: Up to 30 minutes
Students: 31
Rating: 5/5
Get challenged in a real environmentProve your skills in a real-world, provisioned environment.
Push your limitsComplete an unguided mission within the time limit.
See resultsTest your problem-solving skills and track your progress.

Description

Your task in this challenge is to return the RNA complement of a given DNA strand (per the provided RNA transcription rules). Both DNA and RNA strands are a sequence of nucleotides. Given a DNA strand, its transcribed RNA strand is formed by replacing each nucleotide with its complement.

Prerequisites

  • Knowledge of Bash

Intended audience

  • Beginner Bash script developers

What will be assessed

  • Your ability to write Bash code within a time-limited environment

Covered topics