Skip to content

Commit

Permalink
validation 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jupinator committed Sep 10, 2024
1 parent 9fa0e2f commit 2bf83a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pipelines/RLI-pipeline/IUCN_RLI_pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,10 +425,10 @@
},
{
"source": "13",
"sourceHandle": "IUCN_historyAssesment_data",
"sourceHandle": "iucn_historyassesment_data",
"target": "15",
"targetHandle": "historyAssesment_data",
"id": "reactflow__edge-13IUCN_historyAssesment_data-15historyAssesment_data"
"id": "reactflow__edge-13iucn_historyassesment_data-15historyAssesment_data"
},
{
"source": "14",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ script: IUCN_redlist_historyAssesment.R
name: IUCN_redlist_historyAssesment
description: Gets the historical IUCN Red List assessments for a given species list.
author:
- name: Maria Camila Diaz
- name: Victor Julio Rincon ([email protected])
- name:
Maria Camila Diaz
- name:
Victor Julio Rincon ([email protected])
external_link: https://github.com/GEO-BON/biab-2.0
inputs:
species_data:
Expand All @@ -17,7 +19,7 @@ inputs:
type: text
example: 'scientific_name'
outputs:
IUCN_historyAssesment_data:
iucn_historyassesment_data:
label: iucn_historyassesment_data
description: Dataset that contains the historical IUCN threat category assessments, organized by year, for the listed species.
type: text/csv
Expand Down

0 comments on commit 2bf83a8

Please sign in to comment.