# HG changeset patch # User iuc # Date 1643756351 0 # Node ID eee3f576604d010d82b083ec2aeef4d10c176fbf # Parent 7bc91654244dcb409693bdea9d84a88f5b36e5e2 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bbtools commit 425671870866660485ef6a35c94d3736f5c1df97" diff -r 7bc91654244d -r eee3f576604d bbmap.xml --- a/bbmap.xml Thu Nov 11 16:36:15 2021 +0000 +++ b/bbmap.xml Tue Feb 01 22:59:11 2022 +0000 @@ -16,18 +16,16 @@ #if str($input_type_cond.input_type) in ['single', 'pair']: #set read1 = $input_type_cond.read1 - #set read1_identifier = re.sub('[^\s\w\-]', '_', str($read1.element_identifier)) ## bbmap uses the file extension to determine the input format. - #set ext = $read1_identifier + '.fastq' + #set ext = '.fastq' #if $read1.ext.endswith('.gz'): #set ext = $ext + '.gz' #end if - #set read1_file = $read1_identifier + $ext + #set read1_file = 'forward' + $ext ln -s '${read1}' '${read1_file}' && #if str($input_type_cond.input_type) == 'pair': #set read2 = $input_type_cond.read2 - #set read2_identifier = re.sub('[^\s\w\-]', '_', str($read2.element_identifier)) - #set read2_file = $read2_identifier + $ext + #set read2_file = 'reverse' + $ext ln -s '${read2}' '${read2_file}' && #end if #else: diff -r 7bc91654244d -r eee3f576604d macros.xml --- a/macros.xml Thu Nov 11 16:36:15 2021 +0000 +++ b/macros.xml Tue Feb 01 22:59:11 2022 +0000 @@ -1,6 +1,6 @@ 1.0.0 - 1.0.0 + 2 20.09 @@ -39,11 +39,11 @@ - + - - + +