We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a525e44 commit 289011bCopy full SHA for 289011b
script-box/uniprot2go.sh
@@ -65,7 +65,7 @@ do
65
# Prints accession<tab>GOID1;GOID2;GOIDn
66
# IFS prevents spaces from being added between GO IDs
67
# sed removes ";" after final GO ID
68
- (IFS=; printf "%s\t%s" "${accession}" "${go_ids_array[*]}" | sed 's/.$//')
+ (IFS=; printf "%s\t%s\n" "${accession}" "${go_ids_array[*]}" | sed 's/;$//')
69
70
# Record accession numbers of those that failed to download.
71
else
0 commit comments