Skip to content

Commit

Permalink
Merge pull request #21 from tjni/ruamel-changes
Browse files Browse the repository at this point in the history
increase min ruamel version and update formatting
  • Loading branch information
mr-c authored Aug 22, 2023
2 parents 373ed08 + 9d54330 commit 486a92b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
include_package_data=True,
install_requires=[
"ruamel.yaml >= 0.16.12",
"ruamel.yaml >= 0.17.23",
],
extras_require={':python_version<"3.7"': ['importlib-resources']},
)
40 changes: 20 additions & 20 deletions tests/cwl/formatted-atac-seq-pipeline.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -594,15 +594,15 @@ steps:

inputs:
'3':
doc: "\tCalculate coverage of 3\" positions (instead of entire\
\ interval).\n"
doc: "\tCalculate coverage of 3\" positions (instead of entire
interval).\n"
type: boolean?
inputBinding:
prefix: '-3'
position: 1
'5':
doc: "\tCalculate coverage of 5\" positions (instead of entire\
\ interval).\n"
doc: "\tCalculate coverage of 5\" positions (instead of entire
interval).\n"
type: boolean?
inputBinding:
prefix: '-5'
Expand Down Expand Up @@ -650,8 +650,8 @@ steps:
prefix: -g
position: 3
ibam:
doc: "\tThe input file is in BAM format.\nNote: BAM _must_ be\
\ sorted by position\n"
doc: "\tThe input file is in BAM format.\nNote: BAM _must_ be
sorted by position\n"
type: File
inputBinding:
prefix: -ibam
Expand Down Expand Up @@ -1430,15 +1430,15 @@ steps:
prefix: -B
position: 1
H:
doc: "-hist input is a text file containing the observed histogram\
\ \n"
doc: "-hist input is a text file containing the observed histogram
\n"
type: File?
inputBinding:
prefix: -H
position: 1
V:
doc: "-vals input is a text file containing only the observed\
\ counts \n"
doc: "-vals input is a text file containing only the observed
counts \n"
type: File?
inputBinding:
prefix: -V
Expand Down Expand Up @@ -2533,8 +2533,8 @@ steps:
inputBinding:
position: 2
blockSize:
doc: "-blockSize=N - Number of items to bundle in r-tree. Default\
\ 256\n"
doc: "-blockSize=N - Number of items to bundle in r-tree. Default
256\n"
type: int?
inputBinding:
prefix: -blockSize=
Expand All @@ -2558,8 +2558,8 @@ steps:
inputBinding:
position: 3
itemsPerSlot:
doc: "-itemsPerSlot=N - Number of data points bundled at lowest level.\
\ Default 512\n"
doc: "-itemsPerSlot=N - Number of data points bundled at lowest level.
Default 512\n"
type: int?
inputBinding:
prefix: -itemsPerSlot=
Expand Down Expand Up @@ -3612,8 +3612,8 @@ steps:
prefix: --smoothLength
position: 1
verbose:
doc: "--verbose \nSet to see processing messages. (default:\
\ False)\n"
doc: "--verbose \nSet to see processing messages. (default:
False)\n"
type: boolean?
inputBinding:
prefix: --verbose
Expand Down Expand Up @@ -3662,8 +3662,8 @@ steps:

inputs:
bed_graph:
doc: "\tbed_graph is a four column file in the format: <chrom> <start>\
\ <end> <value>\n"
doc: "\tbed_graph is a four column file in the format: <chrom> <start>
<end> <value>\n"
type: File
inputBinding:
position: 1
Expand Down Expand Up @@ -3892,8 +3892,8 @@ steps:
prefix: -g
position: 3
ibam:
doc: "\tThe input file is in BAM format.\nNote: BAM _must_ be sorted\
\ by position\n"
doc: "\tThe input file is in BAM format.\nNote: BAM _must_ be sorted
by position\n"
type: File
inputBinding:
prefix: -ibam
Expand Down

0 comments on commit 486a92b

Please sign in to comment.