Repository revision
0:0112f08c95ed

Repository 'table_scipy_interpolate'
hg clone https://toolshed.g2.bx.psu.edu/repos/recetox/table_scipy_interpolate

table scipy interpolate tool metadata
Miscellaneous
interpolate data using the scipy.interpolate library
table_scipy_interpolate
toolshed.g2.bx.psu.edu/repos/recetox/table_scipy_interpolate/table_scipy_interpolate/1.14.1+galaxy0
1.14.1+galaxy0
None
True
Version lineage of this tool (guids ordered most recent to oldest)
toolshed.g2.bx.psu.edu/repos/recetox/table_scipy_interpolate/table_scipy_interpolate/1.14.1+galaxy0 (this tool)
table_scipy_interpolate
Requirements (dependencies defined in the <requirements> tag set)
name version type
scipy 1.14.1 package
pandas 2.2.3 package
pyarrow 18.0.0 package
Additional information about this tool
python3 '${__tool_directory__}/table_scipy_interpolate.py' 
        --reference_dataset '$reference_dataset' '$reference_dataset.ext'
        --query_dataset '$query_dataset' '$query_dataset.ext'
        --x_col $x_col
        --y_col $y_col
        --xnew_col $xnew_col
        --model '$model'
        --output_dataset '$output_dataset' '$output_dataset.ext'
        
None
False
Functional tests
name inputs outputs required files
Test-1 reference_dataset: reference.txt
x_col: 1
y_col: 2
query_dataset: query.tabular
xnew_col: 3
name: value
reference.txt
query.tabular
value