# HG changeset patch # User devteam # Date 1446648420 18000 # Node ID 7b3ef9b4af806a9441c81bea575a3215c26918ba # Parent 0f17a8816b28e3996d72e9108fa40adff094625d planemo upload for repository https://github.com/galaxyproject/tools-devteam/blob/master/tool_collections/kraken/kraken/ commit 8fdf574819623961b1595461e906dd5a34e01add diff -r 0f17a8816b28 -r 7b3ef9b4af80 kraken.xml --- a/kraken.xml Thu Jul 23 10:55:44 2015 -0400 +++ b/kraken.xml Wed Nov 04 09:47:00 2015 -0500 @@ -1,5 +1,5 @@ - + assign taxonomic labels to sequencing reads @@ -11,12 +11,6 @@ @SET_DATABASE_PATH@ && kraken --threads \${GALAXY_SLOTS:-1} @INPUT_DATABASE@ - #if $input_sequences.is_of_type( 'fastq' ): - --fastq-input - #else: - --fasta-input - #end if - ${only_classified_output} #if str( $quick_operation.quick ) == "yes": @@ -25,7 +19,22 @@ #end if - "$input_sequences" + #if $single_paired.single_paired_selector == "yes": + #if $forward_input.is_of_type( 'fastq' ): + --fastq-input + #else: + --fasta-input + #end if + "$forward_input" "$reverse_input" + ${single_paired.check_names} + #else: + #if $input_sequences.is_of_type( 'fastq' ): + --fastq-input + #else: + --fasta-input + #end if + "$input_sequences" + #end if #if $split_reads: --classified-out "${classified_out}" --unclassified-out "${unclassified_out}" @@ -35,7 +44,21 @@ ]]> - + + + + + + + + + + + + + + + @@ -56,10 +79,10 @@ - + (split_reads) - + (split_reads)