Skip to content

Commit

Permalink
Merge pull request #5078 from matuskalas/patch-1
Browse files Browse the repository at this point in the history
Fixed columns selection
  • Loading branch information
hexylena authored Jun 26, 2024
2 parents d16733b + b0e5696 commit 1c43a1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions topics/ecology/tutorials/obisindicators/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ This first step consist of downloading and uploading obis data onto galaxy.
> 1. {% tool [Advanced Cut](toolshed.g2.bx.psu.edu/repos/bgruening/text_processing/tp_cut_tool/1.1.0) %} with the following parameters:
> -*"File to cut"*: `Species occurences`
> - *"Cut by"*: `fields`
> - *"List of Fields"*: `c['1', '9', '10', '61', '113']`
> You should have the 5 folowing columns : basisOfRecord, decimalLatitude, decimalLongitude, species and individualCount
> - *"List of Fields"*: `basisOfRecord` `decimalLatitude` `decimalLongitude` `species` `individualCount`
> You should always have at least the 4 folowing columns: decimalLatitude, decimalLongitude, species and individualCount
{: .hands_on}
</div>

Expand Down Expand Up @@ -142,7 +142,7 @@ In the downloaded folder you should have your data either csv format (Occurence.
> - *"Cut by"*: `fields`
> - *"Delimited by"*: `Tab`
> -*"Is there a header for the data's columns ?"*: `Yes`
> - *"List of Fields"*: `c1: basisOfRecord c7: decimalLatitude c8: decimalLongitude c44: species c78: individualCount`
> - *"List of Fields"*: `basisOfRecord` `decimalLatitude` `decimalLongitude` `species` `individualCount`
> You should always have at least the 4 folowing columns: decimalLatitude, decimalLongitude, species and individualCount
{: .hands_on}
</div>
Expand Down

0 comments on commit 1c43a1c

Please sign in to comment.