Skip to content

Commit

Permalink
First successful site build. Requires biological_taxonomy plus fixups…
Browse files Browse the repository at this point in the history
… file.
  • Loading branch information
danbri committed Mar 21, 2024
1 parent 07cbc4c commit c7dc8e5
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions software/scripts/bmdc2sdo/bmdc2sdo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,25 @@
# genome_annotation_enum.mcf
# pharmGKB_id_properties.mcf

export MCF=~/working/datcom/schema/biomedical_schema
export MCF=/home/danbri/working/sdo/schema/biomedical_schema
export DIR=../../../data/ext/pending

echo $MCF
ls $MCF


# cp fixup-BMDC.ttl.dist $DIR/fixup-BMDC.ttl # fixes


# ok
./mcf2turtle.py $MCF/biological_taxonomy.mcf > $DIR/bmdc_biological_taxonomy.ttl
# this needs genome_annotation.mcf for BiologicalElement dcs:

# wip
#./mcf2turtle.py $MCF/genome_annotation.mcf > $DIR/bmdc_genome_annotation.ttl

# this .mcf needs a fix on line 41: s/ode/Node/
#./mcf2turtle.py $MCF/chemical_compound.mcf > $DIR/bmdc_chemical_compound.ttl


# not yet ok
Expand All @@ -49,4 +60,4 @@ ls $MCF
ls -l $DIR/bmdc*.ttl

# test everything:
# find ~/working/datcom/schema/biomedical_schema -exec ./mcf2turtle.py {} \; > out.txt
# find ~/working/datcom/schema/biomedical_schema -exec ./mcf2turtle.py {} \; > out.txt

0 comments on commit c7dc8e5

Please sign in to comment.