Skip to content

Commit 42e5afe

Browse files
authored
Merge pull request #774 from EnvironmentOntology/issue-773
IGSN alignments fixes #773
2 parents 0dec48e + affccfd commit 42e5afe

File tree

4 files changed

+190
-0
lines changed

4 files changed

+190
-0
lines changed

src/envo/sources/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
align-igsn.tsv: igsn.txt
2+
rdfmatch -i prefixes.ttl -f tsv -l -A ~/repos/onto-mirror/void.ttl -t $< -i envo exact > $@.tmp && mv $@.tmp $@
3+
14
align-lter.tsv: lter.obo
25
blip-findall -i $< -i ../envo.obo -u metadata_nlp -goal index_entity_pair_label_match "class(X),id_idspace(X,'LTER'),entity_pair_label_reciprocal_best_intermatch(X,Y,S),id_idspace(Y,'ENVO'),\+entity_xref_idspace(Y,Z,'LTER')" -select "x(X,Y,S)" -label -use_tabs -no_pred > $@.tmp && mv $@.tmp $@
36

0 commit comments

Comments
 (0)