Skip to content

Commit

Permalink
tseting
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliorighi committed Oct 11, 2024
1 parent a63c2f2 commit 38fa700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/map_tables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
if (accession in assembly) { # If accession matches a line in assembly_table
# Print formatted output with new_annotations first column, full_path, and the rest of assembly_table
match(assembly[accession], /^[^\t]+\t(.+)/, arr);
print $1 "\t" full_path "\t" arr[1];
print $1 "\t" full_path "\t" arr[0];
}
}' "$assembly_table" "$new_annotations" >> "$existing_annotations"
Expand Down

0 comments on commit 38fa700

Please sign in to comment.