consider embedding the octal value of the tab character, 011, inside the sed command
sed 's/,/'"$(printf '\011')"'/g' data.file
'Bioinformatics > Biological data analysis' 카테고리의 다른 글
[python] the ways to call external programs (0) | 2012.12.24 |
---|---|
[File Format] VCF format (0) | 2012.12.24 |
[liftover] convert hg18 to hg19 - liftOver (0) | 2012.12.24 |
[python] Writing An Hadoop MapReduce Program In Python (0) | 2012.07.27 |
[bam] Soft Clipping / Hard Clipping in Sequence Alignment (by Smith-Waterman dyanamic programming algorithm) (0) | 2012.07.25 |