Jump to content

Bioinformatics/Sequence mutation: Difference between revisions

m
→‎{{header|Phix}}: bugfix (join_by has been tweaked)
m (→‎{{header|Phix}}: bugfix (join_by has been tweaked))
Line 1,495:
end for
acgt[$] = sum(acgt)
sequence s = split(trim(join_by(split(join_by(dna,1,10,""),"\n"),1,5," ")),"\n\n")
for i=1 to length(s) do
printf(1,"%3d: %s\n",{(i-1)*50+1,s[i]})
7,820

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.