We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e7163 commit 58352ffCopy full SHA for 58352ff
1 file changed
.github/workflows/reload_demo_data.yml
@@ -96,9 +96,9 @@ jobs:
96
jq --raw-output '.[] | select(.name=="Trichuris trichiura")._id'
97
)
98
99
- ls ~/
+ ls /
100
pwd
101
- apollo jbrowse get-config > ~/data/config.json
+ apollo jbrowse get-config > /home/ec2-user/data/config.json
102
103
npm install -g @jbrowse/cli
104
@@ -107,7 +107,7 @@ jobs:
107
--load inPlace \
108
--name "T. muris vs T. trichiura tblastx" \
109
--assemblyNames "${MURIS_ID},${TRICHIURA_ID}" \
110
- --target ~/data/config.json \
+ --target /home/ec2-user/data/config.json \
111
--force
112
113
apollo jbrowse set-config /data/config.json
0 commit comments