# HG changeset patch # User iuc # Date 1616189972 0 # Node ID f60773e921fa9838b3523fa3595da77628b5f01c # Parent 9be4beda6482ccd976485d2e1d1a072533143361 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaphlan2/ commit bfc25b2695b9689c60101f84162610194a33c886" diff -r 9be4beda6482 -r f60773e921fa metaphlan2.xml --- a/metaphlan2.xml Fri Mar 19 09:38:42 2021 +0000 +++ b/metaphlan2.xml Fri Mar 19 21:39:32 2021 +0000 @@ -34,7 +34,13 @@ #end if metaphlan2.py - '$input_file' + #if $input_file.datatype.file_ext.endswith(".gz") + <(zcat '$input_file') + #else if $input_file.datatype.file_ext.endswith(".bz2") + <(bzcat '$input_file') + #else + '$input_file' + #end if -o '$output_file' --input_type $ext --bowtie2_exe `which bowtie2` @@ -74,7 +80,7 @@ ]]> - + @@ -133,10 +139,10 @@ - + - + @@ -146,7 +152,23 @@ - + + + + + + + + + + + + + + + + + diff -r 9be4beda6482 -r f60773e921fa test-data/input_sequences.fastq.gz Binary file test-data/input_sequences.fastq.gz has changed