From 8740f32d745cdd45c9418976c7af6f41e1295965 Mon Sep 17 00:00:00 2001 From: Ensembl Pipeline <enspipe@sanger.ac.uk> Date: Wed, 17 Oct 2001 09:56:27 +0000 Subject: [PATCH] bug fix scp --- misc-scripts/golden_path/ncbi2staticgp.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-scripts/golden_path/ncbi2staticgp.pl b/misc-scripts/golden_path/ncbi2staticgp.pl index 68e20c07f3..754288f628 100644 --- a/misc-scripts/golden_path/ncbi2staticgp.pl +++ b/misc-scripts/golden_path/ncbi2staticgp.pl @@ -128,7 +128,7 @@ while (<AGP>) { print SGP "$nt_ctg\t$chr\t", $raw_ctg->{'iid'}; print SGP "\t$chr_start\t$chr_end\t$nt_start\t$nt_end"; - print SGP "\traw_start\t$raw_end\t$raw_ori\tNCBI\n"; + print SGP "\t$raw_start\t$raw_end\t$raw_ori\tNCBI\n"; print INF $raw_ctg->{'id'}, "\t", $raw_ctg->{'iid'}, "\n"; -- GitLab