From fde0208b21311ee24f76b793bf886c4b409f3d11 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Wed, 3 Nov 2021 13:20:21 +0100 Subject: [PATCH] Small indentation change Former-commit-id: 65aab58844594045cb4287ed03cb0e5bf0c2226f Former-commit-id: cf9e29634ab1fb04ebbecd69025e433800262519 --- detectors/trna/lib/aragorn_wrapper.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detectors/trna/lib/aragorn_wrapper.awk b/detectors/trna/lib/aragorn_wrapper.awk index 99fca0b..29fa5cc 100755 --- a/detectors/trna/lib/aragorn_wrapper.awk +++ b/detectors/trna/lib/aragorn_wrapper.awk @@ -65,7 +65,7 @@ function patchtRNA(anticodon,trna,seq) { file=printfasta(trna "_" anticodon,seq,""); command= "sumatra -x -n " file " " trnalib() " 2>> /dev/null"; - while ((command | getline output) > 0) { + while ((command | getline output) > 0) { split(output,field," "); sub("_"," ",field[2]); split(field[2],f2," ");