# HG changeset patch # User iuc # Date 1616189803 0 # Node ID f23f49426a3ceef0e7e6ad0e03f64603c2046000 # Parent 5b7ee956d89b0bcfd7ae4bc3ae9b02c46b65f4a4 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaphlan2/ commit bfc25b2695b9689c60101f84162610194a33c886" diff -r 5b7ee956d89b -r f23f49426a3c metaphlan2.xml --- a/metaphlan2.xml Fri Mar 19 09:36:09 2021 +0000 +++ b/metaphlan2.xml Fri Mar 19 21:36:43 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 5b7ee956d89b -r f23f49426a3c test-data/input_sequences.fastq.gz Binary file test-data/input_sequences.fastq.gz has changed