Skip to content

Commit c53e388

Browse files
committed
Attempt to fix config file for jbrowse
1 parent 4ed7503 commit c53e388

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reload_demo_data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
jq --raw-output '.[] | select(.name=="Trichuris trichiura")._id'
9797
)
9898
99-
apollo jbrowse get-config > tmp.config.json
99+
apollo jbrowse get-config > config.json
100100
101101
npm install -g @jbrowse/cli
102102
@@ -106,7 +106,7 @@ jobs:
106106
--name "T. muris vs T. trichiura tblastx" \
107107
--assemblyNames "${MURIS_ID},${TRICHIURA_ID}" \
108108
--force
109-
apollo jbrowse set-config tmp.config.json
109+
apollo jbrowse set-config config.json
110110
111111
# apollo assembly get | apollo assembly delete --verbose --assembly -
112112
# apollo file get | apollo file delete

0 commit comments

Comments
 (0)