Repository revision
9:b0f1e033e18d

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

Mantel tool metadata
Miscellaneous
Mantel
Mantel correlation coefficient between two matrices.
mothur_mantel
toolshed.g2.bx.psu.edu/repos/iuc/mothur_mantel/mothur_mantel/1.39.5.0
1.39.5.0
mothur "#help()" | sed '7q;d' | cut -d" " -f2
True
Version lineage of this tool (guids ordered most recent to oldest)
toolshed.g2.bx.psu.edu/repos/iuc/mothur_mantel/mothur_mantel/1.39.5.0 (this tool)
toolshed.g2.bx.psu.edu/repos/iuc/mothur_mantel/mothur_mantel/1.36.1.0
mothur_mantel
Requirements (dependencies defined in the <requirements> tag set)
name version type
mothur 1.39.5 package
Additional information about this tool
set -o pipefail; export TERM=vt100; 

## create symlinks to input datasets
ln -s '$dist' dist.dat &&
ln -s '$dist2' dist2.dat &&

echo 'mantel(
    phylip1=dist.dat,
    phylip2=dist2.dat,
    method=$method,
    iters=$iters
)'
| sed 's/ //g'  ## mothur trips over whitespace
| mothur
| tee mothur.out.log
    
None
False
Functional tests
name inputs outputs required files
Test-1 dist: veg.dist
dist2: env.dist
savelog: True
name: value
name: value
veg.dist
env.dist
value