Skip to content

Commit

Permalink
Remove TODO comment in tool command template
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Sep 22, 2023
1 parent 29c0f15 commit b7913ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ncbi_blast_plus/ncbi_macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@
-outfmt '6 std sallseqid score nident positive gaps ppos qframe sframe qseq sseq qlen slen salltitles'
#elif str($output.out_format)=="cols"
##Pick your own columns. Galaxy gives us it comma separated, BLAST+ wants space separated:
##TODO - Can we catch the user picking no columns and raise an error here?
##Can we catch the user picking no columns and raise an error here?
#set cols = (str($output.std_cols)+","+str($output.ext_cols)+","+str($output.ids_cols)+","+str($output.misc_cols)+","+str($output.tax_cols)).replace("None", "").replace(",,", ",").replace(",", " ").strip()
-outfmt '6 $cols'
#else:
Expand Down

0 comments on commit b7913ad

Please sign in to comment.