Skip to content

Commit

Permalink
added outdir to pairsam-parse-sort
Browse files Browse the repository at this point in the history
  • Loading branch information
SooLee committed Sep 14, 2017
1 parent 230f9ba commit 88ab08e
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions cwl_awsem/pairsam-parse-sort.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,22 @@
],
"inputBinding": {
"separate": true,
"position": 3
"position": 2
},
"id": "#chromsize"
},
{
"default": ".",
"type": [
"null",
"string"
],
"inputBinding": {
"separate": true,
"position": 3
},
"id": "#outdir"
},
{
"default": "out",
"type": [
Expand All @@ -33,7 +45,7 @@
],
"inputBinding": {
"separate": true,
"position": 2
"position": 4
},
"id": "#outprefix"
},
Expand All @@ -43,7 +55,7 @@
],
"id": "#Threads",
"inputBinding": {
"position": 4,
"position": 5,
"separate": true
},
"default": 8
Expand All @@ -55,7 +67,7 @@
],
"inputBinding": {
"separate": true,
"position": 5
"position": 6
},
"id": "#compress_programm"
},
Expand Down

0 comments on commit 88ab08e

Please sign in to comment.