comparison join_nucmer/join_nucmer.xml @ 1:f8fb4135630a draft default tip

Uploaded
author elixir-it
date Tue, 27 Oct 2020 14:43:56 +0000
parents c68401961b4b
children
comparison
equal deleted inserted replaced
0:c68401961b4b 1:f8fb4135630a
1 <tool id="join_nucmer" name="join_nucmer" version=""> 1 <tool id="join_nucmer" name="join_nucmer" version="">
2 <description></description> 2 <description>Join multiple mummer output files in a phenetic matrix</description>
3 <command> 3 <command>
4 <![CDATA[ 4 <![CDATA[
5 perl $__tool_directory__/join_nucmer.pl $output_file ${" ".join(map(str, $input_file))} 5 perl $__tool_directory__/join_nucmer.pl $output_file ${" ".join(map(str, $input_file))}
6 ]]> 6 ]]>
7 </command> 7 </command>