Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
🎉 add (forthcoming) support for NCBI taxa
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot authored Nov 17, 2020
1 parent a8e3899 commit afc2a97
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/EcologicalNetworks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ export web_of_life, nz_stream_foodweb, pajek

function __init__()
@require Mangal="b8b640a6-63d9-51e6-b784-5033db27bef2" begin
function check_species_validity(::Mangal.MangalReferenceTaxon)
end
function check_species_validity(::Mangal.MangalNode)
end
check_species_validity(::Mangal.MangalReferenceTaxon) = nothing
check_species_validity(::Mangal.MangalNode) = nothing
end
@require GBIF="ee291a33-5a6c-5552-a3c8-0f29a1181037" begin
function check_species_validity(::GBIF.GBIFTaxon)
end
check_species_validity(::GBIF.GBIFTaxon) = nothing
end
@require NCBITaxonomy="f88b31d2-eb98-4433-b52d-2dd32bc6efce" begin
check_species_validity(::NCBITaxonomy.NCBITaxon) = nothing
end
end

Expand Down

0 comments on commit afc2a97

Please sign in to comment.