| Miscellaneous |
| Version lineage of this tool (guids ordered most recent to oldest) |
| toolshed.g2.bx.psu.edu/repos/iuc/mothur_merge_files/mothur_merge_files/1.39.5.0 (this tool) |
| toolshed.g2.bx.psu.edu/repos/iuc/mothur_merge_files/mothur_merge_files/1.36.1.0 |
| mothur_merge_files |
| 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
#for $i in $merge.inputs:
ln -s '$i' input${merge.inputs.index($i)}.dat &&
#end for
echo 'merge.files(
input=#for $i in $merge.inputs#input${merge.inputs.index($i)}.dat-#end for#,
output=$output
)'
| sed 's/ //g' ## mothur trips over whitespace
| sed 's/-,/,/g'
| mothur
| tee mothur.out.log
| Functional tests |
| name | inputs | outputs | required files |
| Test-1 |
merge|inputs: ['sample1.fa', 'sample2.fa', 'sample3.fa'] merge|type: fasta savelog: True |
name: value name: value |
sample1.fa sample2.fa sample3.fa value |