Daniel:Notebook/GenomeMiner/2013-7-31
Jump to navigation
Jump to search
HL155
Started with the sam file of only mapped reads. Then printed the third column into text file.
Awk third column from SAM
awk '{print $3}' hrcp_onlymapped > test.txt