# HG changeset patch # User iuc # Date 1543577187 18000 # Node ID 10c98fab6c5afeaa955ca6386e6d3d1e0a3e74c6 # Parent b818b23df1e01c726f1195c6a9d12aa079618a78 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit 4364e7d61b72e12afb7ef294955b1c1e57f757b0 diff -r b818b23df1e0 -r 10c98fab6c5a kallisto_quant.xml --- a/kallisto_quant.xml Sat Dec 09 05:33:38 2017 -0500 +++ b/kallisto_quant.xml Fri Nov 30 06:26:27 2018 -0500 @@ -1,5 +1,5 @@ - + - quantify abundances of RNA-Seq transcripts macros.xml @@ -15,7 +15,7 @@ #set index_path = $reference_transcriptome.index.fields.path #end if kallisto quant -i '$index_path' - $bias --bootstrap-samples $bootstrap_samples --seed $seed $fusion $pseudobam + $bias --bootstrap-samples $bootstrap_samples --seed $seed $fusion $lib_type $pseudobam #if $pseudobam: -o . #else: @@ -77,6 +77,11 @@ + + + + + @@ -103,6 +108,20 @@ + + + + + + + + + + + + + +