Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 164 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 164 Bytes

Bio_one-liner

useful one-liner command for bioinfomatics

bam/sam to fasta

samtools view filename.bam | awk '{OFS="\t"; print ">"$1"\n"$10}' - > filename.fasta