comparison sequence_format_converter.xml @ 3:772bd67ef26a draft

"planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/sequence_format_converter commit 07c73df696d6d80e03f03232603d713882131625"
author artbio
date Mon, 11 May 2020 19:58:45 -0400
parents f1d59113125a
children 1c14d2869d4d
comparison
equal deleted inserted replaced
2:f1d59113125a 3:772bd67ef26a
1 <tool id="sequence_format_converter" name="sequence_format_converter" version="2.1.1"> 1 <tool id="sequence_format_converter" name="sequence_format_converter" version="2.1.2">
2 <description></description> 2 <description></description>
3 <command><![CDATA[ 3 <command><![CDATA[
4 #if $input.is_of_type('fastq.gz'): 4 #if $input.is_of_type('fastq.gz'):
5 gzip -dc $input > '${input}.tmp'; 5 gzip -dc $input > '${input}.tmp';
6 python '$__tool_directory__'/sequence_format_converter.py 6 python '$__tool_directory__'/sequence_format_converter.py