Project

General

Profile

« Previous | Next » 

Revision 5932

mappings/VegCore-VegBIEN.csv: matched taxonlabel's ancestors: Only create the cross links to NCBI if the name is accepted (taxonIsCanonical)

View differences:

input.Makefile
320 320
	$(bin)/autoremove $@
321 321
newTerms = tail -n +2 $<|$(bin)/filter_out_ci 0 $(vocab)|$(bin)/filter_out_ci 0\
322 322
$(dict) $(if $(wildcard $(word 4,$+)),|$(bin)/filter_out_ci 0 $(word 4,$+))\
323
|grep -vE '^"?:' >$@
323
|grep -vE '^"?:' >$@; exit 0# because grep exits nonzero if no match
324 324

  
325 325
termsSubdirs := $(tables)
326 326

  

Also available in: Unified diff