Skip to content

Commit

Permalink
Add bin/taxid_labels.pl name
Browse files Browse the repository at this point in the history
  • Loading branch information
hchiba1 committed Mar 14, 2024
1 parent 5c21bb0 commit f351ba4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/taxid_labels.pl
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@
push @OUT, $taxon;
}

print $TAXID, "\t", join(";", @OUT)."\n";
my $NAME = $OUT[-1];
print "taxid:$TAXID\t$NAME\t", join(";", @OUT)."\n";

0 comments on commit f351ba4

Please sign in to comment.