Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliorighi committed Oct 11, 2024
1 parent 76d9d98 commit 44e3908
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 @@ -101,7 +101,7 @@ jobs:
cat "${{env.NEW_ANNOTATIONS}}" |
awk -F'\t' '{print $2}'|
./datasets summary genome accession --as-json-lines |
./datasets summary genome accession --inputfile --as-json-lines |
./dataformat tsv genome --fields "${{env.FIELDS}}" > "${{env.ASSEMBLY_TABLE}}"
cat "${{env.ASSEMBLY_TABLE}}"
Expand Down

0 comments on commit 44e3908

Please sign in to comment.