You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: topics/ecology/tutorials/NEAL_tutorial/tutorial.md
+24-17Lines changed: 24 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ NEAL (Nature+Energy Audio Labeller) {% cite Gibbons2023 %} is an open-source int
24
24
25
25
The data we will work with in this tutorial is a 0:43min recording of a common blackbird (Turdus merula) recorded in Armenia above Alaverdi town. For more information, you can see metadata on the [xeno-canto site](https://xeno-canto.org/explore?query=nr:1008421).
26
26
27
-
In this tutorial, you will learn how to import an audio file into Galaxy, run the NEAL interactive tool, annotate the sound data, and export the resulting annotation file.
27
+
In this tutorial, you will learn how to import an audio file into Galaxy, run the NEAL interactive tool, annotate the spectrogram, and export the resulting annotation file.
28
28
29
29
Many of you may be new to Galaxy or to audio annotation, so we will go step by step. If you're new to Galaxy, feel free to check out other tutorials like [A short introduction to Galaxy]({% link topics/introduction/tutorials/galaxy-intro-short/tutorial.md %}) or [Galaxy Basics for everyone]({% link topics/introduction/tutorials/galaxy-intro-101-everyone/tutorial.md %}).
30
30
@@ -39,7 +39,7 @@ Many of you may be new to Galaxy or to audio annotation, so we will go step by s
39
39
40
40
# Get data
41
41
42
-
So, the first step is to download and upload your audio file to Galaxy.
42
+
So, the first step is to your audio file into Galaxy.
43
43
In this tutorial, we will use the recording mentioned earlier, but feel free to use your own file(s). The NEAL interactive tool allows working on multiple files, so you can upload the number of files you want.
44
44
45
45
> <hands-on-title> Data Upload </hands-on-title>
@@ -62,15 +62,22 @@ In this tutorial, we will use the recording mentioned earlier, but feel free to
> 4. Rename the dataset (default name: *Downloaded*) to something more explicit, e.g., **1008421.wav** to have a name linked to the xeno-canto identifier.
65
+
> 4. Rename the dataset (default name: *Download*) to something more explicit, e.g., **1008421.wav** to have a name linked to the xeno-canto identifier.
66
66
>
67
67
> {% snippet faqs/galaxy/datasets_rename.md %}
68
+
>
69
+
> > <tip-title>PRovide a dataset name during import</tip-title>
70
+
> >
71
+
> > Note that you also can provide the **1008421.wav** filename on the "Paste/Fetch data" upload module to avoid renaming after importing the file.
72
+
> >
73
+
>{: .tip}
74
+
>
68
75
>
69
-
> 5. Make sure the dataset's datatype is `.wav`, as the tool only supports this format.
76
+
> 6. Make sure the dataset's datatype is `.wav`, as the tool only supports this format.
0 commit comments