# HG changeset patch # User p.lucas # Date 1716906775 0 # Node ID 5119476c2bb7c8df110c2daabb09194472cd65b2 # Parent ea84e8cc3cfef3154a73151777f89fa7138528e4 Uploaded diff -r ea84e8cc3cfe -r 5119476c2bb7 macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue May 28 14:32:55 2024 +0000 @@ -0,0 +1,173 @@ + + 2.1.9 + 0 + + + + + + + + + /usr/bin/diamond version | cut -d" " -f 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 10.1038/nmeth.3176 + + + + + + + output_section["output"]["outfmt"] == "0" + + + output_section["output"]["outfmt"] == "5" + + + output_section["output"]["outfmt"] == "6" + + + + output_section["output"]["outfmt"] == "100" + + + output_section["output"]["outfmt"] == "101" + + + output_section["output"]["outfmt"] == "102" + + + + + #if $output_section.output.outfmt == "0" + --outfmt '0' + --out '$blast_pairw' + #else if $output_section.output.outfmt == "5" + --outfmt '5' + --out '$blast_xml' + #else if $output_section.output.outfmt == "6" + --outfmt '6' #echo ' '.join(str($output_section.output.fields).split(',')) + --out '$blast_tabular' + --unal $output_section.output.unal + #else if $output_section.output.outfmt == "100" + --outfmt '100' + $output_section.output.salltitles + $output_section.output.sallseqid + --out output.daa + #else if $output_section.output.outfmt == "101" + --outfmt '101' + $output_section.output.salltitles + $output_section.output.sallseqid + --out '$sam_output' + #else if $output_section.output.outfmt == "102" + --outfmt '102' + --out '$tax_output' + #end if + + + + #if str($hit_filter.hit_filter_select) == 'max': + --max-target-seqs '$hit_filter.max_target_seqs' + #else: + --top '$hit_filter.top' + #end if + +