# HG changeset patch # User earlhaminst # Date 1666959754 0 # Node ID 28f284a679ce494a6da83762696b6f5984381706 # Parent 12599a8dd22f2456aca7b67499e2a21a688868ad planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/lotus2 commit 501bb8e75e2245e0ce1ff93308d12be84198d6fd diff -r 12599a8dd22f -r 28f284a679ce lotus2.xml --- a/lotus2.xml Tue Mar 22 13:45:18 2022 +0000 +++ b/lotus2.xml Fri Oct 28 12:22:34 2022 +0000 @@ -1,7 +1,7 @@ fast OTU processing pipeline - 2.19 + 2.21 @@ -27,9 +27,6 @@ - - - @@ -75,10 +72,10 @@ #end for #end if -#if $tax_args.aligner_cond.taxAligner not in ('0', '3') and $tax_args.aligner_cond.refDB_cond.refDB == 'history': - #set $ext = $tax_args.aligner_cond.refDB_cond.ref_fasta.ext - #set $ref_fasta_symlink = $symlink_basename($tax_args.aligner_cond.refDB_cond.ref_fasta, strip_ext=True) + '.' + $ext - ln -s '$tax_args.aligner_cond.refDB_cond.ref_fasta' '$ref_fasta_symlink' && +#if $aligner_cond.taxAligner not in ('0', '3') and $aligner_cond.refDB_cond.refDB == 'history': + #set $ext = $aligner_cond.refDB_cond.ref_fasta.ext + #set $ref_fasta_symlink = $symlink_basename($aligner_cond.refDB_cond.ref_fasta, strip_ext=True) + '.' + $ext + ln -s '$aligner_cond.refDB_cond.ref_fasta' '$ref_fasta_symlink' && #end if #if not $map: @@ -92,14 +89,14 @@ -tmpDir tmp_folder -threads "\${GALAXY_SLOTS:-1}" -map '$map' -#if $sdmopt: - -sdmopt '$sdmopt' +#if $other_opts.sdmopt: + -sdmopt '$other_opts.sdmopt' #end if -#if $platform != '': - -platform $platform +#if $other_opts.platform != '': + -platform $other_opts.platform #end if -#if $barcode: - -barcode '$barcode' +#if $other_opts.barcode: + -barcode '$other_opts.barcode' #end if #if $forwardPrimer: -forwardPrimer '$forwardPrimer' @@ -107,19 +104,19 @@ #if $reversePrimer: -reversePrimer '$reversePrimer' #end if -#if $offtarget_cond.offtargetDB != 'no': - -offtargetDB '$offtarget_cond.ref_file' +#if $other_opts.offtarget_cond.offtargetDB != 'no': + -offtargetDB '$other_opts.offtarget_cond.ref_file' #end if --useMini4map $useMini4map +-useMini4map $other_opts.useMini4map --clustering $clu_args.clu_cond.clustering -#if $clu_args.clu_cond.clustering in ('1', '3'): - #if str($clu_args.clu_cond.id): - -id $clu_args.clu_cond.id +-clustering $clu_cond.clustering +#if $clu_cond.clustering in ('1', '3'): + #if str($clu_cond.id): + -id $clu_cond.id #end if -#elif $clu_args.clu_cond.clustering == '2': - #if str($clu_args.clu_cond.swarm_distance): - -swarm_distance $clu_args.clu_cond.swarm_distance +#elif $clu_cond.clustering == '2': + #if str($clu_cond.swarm_distance): + -swarm_distance $clu_cond.swarm_distance #end if #end if #if $clu_args.derepMin: @@ -133,26 +130,26 @@ -chim_skew $clu_args.chim_skew #end if --taxAligner $tax_args.aligner_cond.taxAligner -#if $tax_args.aligner_cond.taxAligner == '0': - #if str($tax_args.aligner_cond.rdp_thr): - -rdp_thr $tax_args.aligner_cond.rdp_thr +-taxAligner $aligner_cond.taxAligner +#if $aligner_cond.taxAligner == '0': + #if str($aligner_cond.rdp_thr): + -rdp_thr $aligner_cond.rdp_thr #end if -#elif $tax_args.aligner_cond.taxAligner == '3': - #if str($tax_args.aligner_cond.utax_thr): - -utax_thr $tax_args.aligner_cond.utax_thr +#elif $aligner_cond.taxAligner == '3': + #if str($aligner_cond.utax_thr): + -utax_thr $aligner_cond.utax_thr #end if #else: - #if $tax_args.aligner_cond.refDB_cond.refDB == 'cached': - #if $tax_args.aligner_cond.refDB_cond.ref_db != '': - -refDB $tax_args.aligner_cond.refDB_cond.ref_db - -greengenesSpecies $tax_args.aligner_cond.refDB_cond.greengenesSpecies + #if $aligner_cond.refDB_cond.refDB == 'cached': + #if $aligner_cond.refDB_cond.ref_db != '': + -refDB $aligner_cond.refDB_cond.ref_db + -greengenesSpecies $aligner_cond.refDB_cond.greengenesSpecies #end if #else: -refDB '$ref_fasta_symlink' - -tax4refDB '$tax_args.aligner_cond.refDB_cond.tax4refDB' + -tax4refDB '$aligner_cond.refDB_cond.tax4refDB' #end if - -useBestBlastHitOnly $tax_args.aligner_cond.useBestBlastHitOnly + -useBestBlastHitOnly $aligner_cond.useBestBlastHitOnly #end if #if $tax_args.amplicon_cond.amplicon_type != '': -amplicon_type $tax_args.amplicon_cond.amplicon_type @@ -221,59 +218,50 @@ - - - - - - - - - - - - - - + + + + + + - - - - - - - - + + - - + + + + + + - -
- - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + +
@@ -284,30 +272,7 @@
-
- - - - - - - - - - - - - - - - +
@@ -338,7 +303,7 @@ - + @@ -353,6 +318,37 @@
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -370,13 +366,18 @@ - + + +
- - -
+
+ +
+
+ +
@@ -396,13 +397,18 @@ - + + +
- - -
+
+ +
+
+ +
@@ -411,9 +417,12 @@ `_. +.. class:: infomark + +The full LotuS2 **documentation** can be found at ``_. ]]> - 10.1101/2021.12.24.474111 + 10.1186/s40168-022-01365-1 + 10.1186/s40168-021-01012-1