We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed7503 commit c53e388Copy full SHA for c53e388
1 file changed
.github/workflows/reload_demo_data.yml
@@ -96,7 +96,7 @@ jobs:
96
jq --raw-output '.[] | select(.name=="Trichuris trichiura")._id'
97
)
98
99
- apollo jbrowse get-config > tmp.config.json
+ apollo jbrowse get-config > config.json
100
101
npm install -g @jbrowse/cli
102
@@ -106,7 +106,7 @@ jobs:
106
--name "T. muris vs T. trichiura tblastx" \
107
--assemblyNames "${MURIS_ID},${TRICHIURA_ID}" \
108
--force
109
- apollo jbrowse set-config tmp.config.json
+ apollo jbrowse set-config config.json
110
111
# apollo assembly get | apollo assembly delete --verbose --assembly -
112
# apollo file get | apollo file delete
0 commit comments