# HG changeset patch # User p.lucas # Date 1718025521 0 # Node ID 863f523479d5840b9632362575a00e6eafcdb822 # Parent 80bd72a3b32cfc0600447266827b6b2ee00bbf0a Uploaded diff -r 80bd72a3b32c -r 863f523479d5 macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Mon Jun 10 13:18:41 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 + +