Repository revision
1:344ac3ca7557

Repository 'charts'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/charts

Charts tool metadata
Miscellaneous
Charts
wrapper for R
charts
toolshed.g2.bx.psu.edu/repos/iuc/charts/charts/1.0.1
1.0.1
None
True
Version lineage of this tool (guids ordered most recent to oldest)
toolshed.g2.bx.psu.edu/repos/iuc/charts/charts/1.0.1 (this tool)
charts
Requirements (dependencies defined in the <requirements> tag set)
name version type
r-getopt 1.20.0 package
r-matrix 1.2-12 package
Additional information about this tool
Rscript '$__tool_directory__/charts.r'
            -w '$__tool_directory__/'
            -m ${module}
            -i '${input}'
            -c '${columns}'
            -s '${settings}'
            -o '${output}'

    
None
False
Functional tests
name inputs outputs required files
Test-1 input: tabular.txt
module: histogram
columns: key1: 2
settings:
name: value
tabular.txt
value
Test-2 input: tabular.txt
module: histogram
columns: key1: 2, key2: 3, key3: 4
settings:
name: value
tabular.txt
value
Test-3 input: tabular.txt
module: histogram
columns: key1: 6
settings:
name: value
tabular.txt
value
Test-4 input: tabular_single.txt
module: histogram
columns: key1: 1
settings:
name: value
tabular_single.txt
value
Test-5 input: tabular.txt
module: boxplot
columns: key1: 2
settings:
name: value
tabular.txt
value
Test-6 input: tabular.txt
module: boxplot
columns: key1: 2, key2: 3, key3: 4
settings:
name: value
tabular.txt
value
Test-7 input: tabular_matrix.txt
module: histogramdiscrete
columns: key1: 1, key2: 2, key3: 3
settings:
name: value
tabular_matrix.txt
value
Test-8 input: tabular_matrix.txt
module: heatmap
columns: key1: 1, key2: 2, key3: 3
settings:
name: value
tabular_matrix.txt
value