# HG changeset patch # User iuc # Date 1538866115 14400 # Node ID f82981245fbe0cfe95d7a4030db1eaa22f8d0e37 # Parent 545d934aed8110253f7ac2d4c1940656f882817c planemo upload for repository https://github.com/xiaeryu/SpoTyping-v2.0/tree/master/SpoTyping-v2.0-commandLine commit 867c0f76a8837f14b88200d36eece6ceef065178 diff -r 545d934aed81 -r f82981245fbe spotyping.xml --- a/spotyping.xml Tue May 08 10:22:03 2018 -0400 +++ b/spotyping.xml Sat Oct 06 18:48:35 2018 -0400 @@ -1,8 +1,8 @@ - + fast and accurate in silico Mycobacterium spoligotyping from sequence reads - 2.1 + spotyping_macros.xml @@ -13,32 +13,46 @@ #set $input_file='input.' + $input.extension ln -s '${input}' $input_file && SpoTyping.py - --noQuery + $advanced.noQuery $advanced.seq $advanced.swift $advanced.filter $advanced.sorted $input_file && cat SpoTyping.log SpoTyping > '${output_txt}' + #if $advanced.noQuery != '--noQuery': + && cp SITVIT_ONLINE.*.xls '${output_xls}' + #if $advanced.pdf_plot == 'yes': + && SpoTyping_plot.r '${output_xls}' '${output_pdf}' + #end if + #end if ]]>
+ +
+ + advanced['noQuery'] + + + advanced['pdf_plot'] + - + @@ -46,6 +60,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - 10.1186/s13073-016-0270-7 +
diff -r 545d934aed81 -r f82981245fbe spotyping_macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/spotyping_macros.xml Sat Oct 06 18:48:35 2018 -0400 @@ -0,0 +1,6 @@ + + 2.1 + + 10.1186/s13073-016-0270-7 + + \ No newline at end of file diff -r 545d934aed81 -r f82981245fbe test-data/input.sitvit.xls Binary file test-data/input.sitvit.xls has changed diff -r 545d934aed81 -r f82981245fbe test-data/output.sitvit.pdf Binary file test-data/output.sitvit.pdf has changed