Skip to content

Commit

Permalink
fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliorighi committed Oct 11, 2024
1 parent ccdbd9a commit 59e27d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4,887 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/map_tables.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Map NCBI and Ensembl files

on:
schedule:
- cron: '0 0 * * 2'
push:
branches: [ "main" ]

workflow_dispatch:

jobs:
Expand Down Expand Up @@ -34,7 +35,7 @@ jobs:
echo "ASSEMBLY_TABLE=assemblies_table.tsv" >> $GITHUB_ENV
#output file header
header="annotation_name\t$(echo $fields | tr ',' '\t')"\tfull_path
header="annotation_name\t$(echo $fields | tr ',' '\t')\tfull_path"
echo "HEADER=$header" >> $GITHUB_ENV
#output file name
Expand Down
Loading

0 comments on commit 59e27d9

Please sign in to comment.