| Miscellaneous |
| Version lineage of this tool (guids ordered most recent to oldest) |
| toolshed.g2.bx.psu.edu/repos/iuc/mash_paste/mash_paste/2.3+galaxy0 (this tool) |
| mash_paste |
| Requirements (dependencies defined in the <requirements> tag set) |
| name | version | type |
| mash | 2.3 | package |
| Additional information about this tool |
#set $list_inputs = []
#for $file in $msh_files
ln -s $file "${file.element_identifier}.${file.ext}" &&
$list_inputs.append("%s.%s" % ($file.element_identifier, $file.ext))
#end for
#set list_files=' '.join([ '\'%s\'' % $input for $input in $list_inputs])
mash paste result.msh $list_files &&
mv result.msh $output
| Functional tests |
| name | inputs | outputs | required files |
| Test-1 |
msh_files: ['test_01_mash_sketch.msh', 'test_02_mash_sketch.msh'] |
name: value |
test_01_mash_sketch.msh test_02_mash_sketch.msh value |