Search Results

Search: Posts Made By: Mince
7,109
Posted By shamrock
Try this awk script... awk -F\/ 'BEGIN { ...
Try this awk script...

awk -F\/ 'BEGIN {
a["A"] = 0
a["C"] = 1
a["G"] = 2
a["T"] = 3
} {
for (i = 1; i <= NF; i++) {
s = length($i)
gsub(".", "& ", $i)...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 08:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy