Skip to content

Hello πŸ˜ŠπŸ’» This is a bioinformatics task demonstrating basic command-line proficiency through file manipulation and basic DNA sequence inspection.

Notifications You must be signed in to change notification settings

annemarie-sharp/Bash_basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Biocomputing Basics

This task demonstrates basic bioinformatics command-line skills using Bash for simple DNA file handling and inspection.

Bash Tasks

  • Print name and create directories

  • Download DNA sequence files (.fna, .gbk)

  • Organize files (move .fna file, remove duplicates)

  • Check for DNA patterns (tata vs tatatata) to identify wildtype or mutant

  • Extract key information from a GenBank file:

    • Sequence length

    • Source organism

    • Gene names

  • List files and display command history

Script

part1.sh – Runs all Bash commands to perform the above tasks.

About

Hello πŸ˜ŠπŸ’» This is a bioinformatics task demonstrating basic command-line proficiency through file manipulation and basic DNA sequence inspection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages