# HG changeset patch # User artbio # Date 1689813156 0 # Node ID 1997af8f46483a285dd4da0e36e1fbf0e863e983 # Parent 120eb76aa5007daf7cdfb022d755c63ca3601e69 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bamparse commit e1e871049975dff030bf1e6fe2df8b8fa8997141 diff -r 120eb76aa500 -r 1997af8f4648 bamparse.xml --- a/bamparse.xml Mon Jul 17 01:02:17 2023 +0000 +++ b/bamparse.xml Thu Jul 20 00:32:36 2023 +0000 @@ -1,4 +1,4 @@ - + in a BAM file pysam @@ -30,7 +30,12 @@ #for $file in $input_list '$file.element_identifier' #end for - --number '$output_option' + --number '$output_option' && + #if $output_option == 'unique': + cp ./outputdir/table.tabular $table + #else if $output_option == 'multiple': + cp outputdir/* ./ && ls -latr ./ + #end if ]]> @@ -40,68 +45,74 @@ - - + + output_option == "unique" + + + output_option == "multiple" + + + - + - + - + - - - + + + + - + - + - + - + - + - - - - + + + + + - + - + - + - + - -