# HG changeset patch # User p.lucas # Date 1716900856 0 # Node ID c07dbfd768668fbddd95209c8cdc70ab69da9751 # Parent de64f8ab487858965c8b8e2148bb0efe409f97d5 Uploaded macros diff -r de64f8ab4878 -r c07dbfd76866 macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Tue May 28 12:54:16 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 + +