# HG changeset patch # User artbio # Date 1689812890 0 # Node ID 075419d27ca3e837f03dbf8e9f9d1b94c134ae8f # Parent b3107800eea7cac85eba67e80b31a66a6d88ce39 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/bamparse commit e1e871049975dff030bf1e6fe2df8b8fa8997141 diff -r b3107800eea7 -r 075419d27ca3 bamparse.xml --- a/bamparse.xml Mon Jul 17 01:02:01 2023 +0000 +++ b/bamparse.xml Thu Jul 20 00:28:10 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" + + + - + - + - + - - - + + + + - + - + - + - + - + - - - - + + + + + - + - + - + - + - -