# HG changeset patch # User devteam # Date 1446649767 18000 # Node ID 55d42997c0b5abb16176f0c81a6326dca323e307 # Parent 2ad66362ed0fa3d805bfd9d6c731fda162b0ac68 planemo upload for repository https://github.com/galaxyproject/tools-devteam/blob/master/tool_collections/kraken/kraken/ diff -r 2ad66362ed0f -r 55d42997c0b5 kraken.xml --- a/kraken.xml Tue Oct 13 12:52:47 2015 -0400 +++ b/kraken.xml Wed Nov 04 10:09:27 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 @@ ]]> - + + + + + + + + + + + + + + +