Mercurial > repos > stevecassidy > wrassp
changeset 4:22e59a5808e8 draft
planemo upload commit e5d2a8ba1fcf33758cdc07e0a14e86427752c968-dirty
| author | stevecassidy |
|---|---|
| date | Wed, 01 Feb 2017 22:36:07 -0500 |
| parents | f188eb0b526d |
| children | 0026cd452d0e |
| files | cut_timeseries.xml g_f0.xml g_forest.xml |
| diffstat | 3 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cut_timeseries.xml Wed Dec 14 21:53:57 2016 -0500 +++ b/cut_timeseries.xml Wed Feb 01 22:36:07 2017 -0500 @@ -28,6 +28,15 @@ </test> </tests> <help><![CDATA[ +Given a segment list (tabular data containing colums for start, end and identifier) +and a dataset collection containing timeseries data in tsv format (must include +a time column containing timestamps for each row) this tool extracts data at +the time-point given in the segment list from the corresponding data file. The +result is a tsv file containing rows from the datasets at the corresponding time. +Segment list will be, for example, the result of the Search Textgrid tool. + +The data will be, for example, the result of running the Compute Formants tool over +a collection of audio files. ]]></help> </tool>
--- a/g_f0.xml Wed Dec 14 21:53:57 2016 -0500 +++ b/g_f0.xml Wed Feb 01 22:36:07 2017 -0500 @@ -1,4 +1,4 @@ -<tool id="g_f0" name="Get Pitch" version="0.01"> +<tool id="g_f0" name="Compute Pitch" version="0.01"> <description>using wrassp ksvF0 pitch tracker</description> <requirements>
--- a/g_forest.xml Wed Dec 14 21:53:57 2016 -0500 +++ b/g_forest.xml Wed Feb 01 22:36:07 2017 -0500 @@ -1,4 +1,4 @@ -<tool id="g_forest" name="Get Formants" version="0.01"> +<tool id="g_forest" name="Compute Formants" version="0.01"> <description>using wrassp formant tracker</description> <requirements>
