558 B
558 B
tree_ru
nix develop
operations
annotate
# build biorg from all datums
scripts/puma -c \
"metadir/props/datum/index.csv" \
"bash scripts/build-biorg" \
"ops/biorg" \
"index.bi.org"
# annotate events in biorg
# break biorg to a temporary metadir
temp=$(cat ops/biorg/links/index.bi.org | bash scripts/break-biorg);
rm "ops/inbox";
ln -s "temp" "ops/inbox";
# merge ../ops/inbox into the metadir
bash scripts/merge ops/inbox ./metadir;
serve
timeline-backend