Kurt-Hetrick / RANDOM

random scripts that I either write for people or that I routinely use
0 stars 0 forks source link

make mendel inheritance report #4

Open Kurt-Hetrick opened 6 years ago

Kurt-Hetrick commented 6 years ago

automatically concatenate all of the trio reports into one file for when lab staff want to run this...

which is basically just this

( cat txt | grep "^TYPE" | uniq ; cat txt | grep -v "^TYPE" ) > project.mendel.errors.txt