Small indentation change
Former-commit-id: 65aab58844594045cb4287ed03cb0e5bf0c2226f Former-commit-id: cf9e29634ab1fb04ebbecd69025e433800262519
This commit is contained in:
@ -65,7 +65,7 @@ function patchtRNA(anticodon,trna,seq) {
|
|||||||
file=printfasta(trna "_" anticodon,seq,"");
|
file=printfasta(trna "_" anticodon,seq,"");
|
||||||
|
|
||||||
command= "sumatra -x -n " file " " trnalib() " 2>> /dev/null";
|
command= "sumatra -x -n " file " " trnalib() " 2>> /dev/null";
|
||||||
while ((command | getline output) > 0) {
|
while ((command | getline output) > 0) {
|
||||||
split(output,field," ");
|
split(output,field," ");
|
||||||
sub("_"," ",field[2]);
|
sub("_"," ",field[2]);
|
||||||
split(field[2],f2," ");
|
split(field[2],f2," ");
|
||||||
|
Reference in New Issue
Block a user