Skip to content
Snippets Groups Projects
Commit b8b9c295 authored by Emmanuel Mongin's avatar Emmanuel Mongin
Browse files

Wasn't parsing correctly

parent d7d3de09
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ if ($organism eq "human") {
chomp;
my @array = split (/\t/,$_);
print OUT "$array[1]\tSPTR\t$array[3]\tGO\t$array[3]\t\tXREF";
print OUT "$array[1]\tSPTR\t$array[4]\tGO\t$array[4]\t\tXREF\n";
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment