Skip to content

Instantly share code, notes, and snippets.

@kdm9
Created June 17, 2020 00:39
Show Gist options
  • Save kdm9/4101dd5cf1b8046216cbff56ef168d46 to your computer and use it in GitHub Desktop.
Save kdm9/4101dd5cf1b8046216cbff56ef168d46 to your computer and use it in GitHub Desktop.
git tutorial script 2
#!/bin/bash
echo "This is the Chromosome 4 finder script"
grep '^Chr2' data/genes.bed > data/chr4.bed
wc -l data/chr4.bed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment