comparison run_segalign_diagonal_partition @ 2:9e34b25a8670 draft

planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit 288c3e1887d4c13dcc922c612957460471977ff0
author richard-burhans
date Thu, 18 Apr 2024 17:17:12 +0000
parents 5c72425b7f1b
children 36cafb694dd2
comparison
equal deleted inserted replaced
1:d3f11ae6790c 2:9e34b25a8670
1 #!/usr/bin/env bash 1 #!/usr/bin/env bash
2 2
3 set -o errexit 3 set -o errexit
4 set -o nounset 4 set -o nounset
5 set -o pipefail 5 set -o pipefail
6 #set -o xtrace
7 6
8 ## 7 ##
9 ## parse arguments 8 ## parse arguments
10 ## 9 ##
11 10