Guest User

Untitled

a guest
Mar 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. tot_lines=$(wc -l SRR5450431.trimmed.fna | awk '{print $1}')
  2. div_lines=$(( $tot_lines / 2 ))
  3. split -d -l $div_lines SRR5450431.trimmed.fna SRR5450431.trimmed.fna
Add Comment
Please, Sign In to add comment