Skip to content

Commit

Permalink
update packed
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstenBreuer committed Nov 26, 2019
1 parent f53f135 commit 5e5cb67
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions CWL/workflows/packed/ATACseq.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -2283,19 +2283,15 @@
"doc": "List of fastq files containing the first mate of raw reads.\nMuliple files are provided if multiplexing of the same library has been done\non multiple lanes. The reads comming from different fastq files are pooled\nafter alignment. Also see parameter \"fastq2\".\n",
"type": {
"type": "array",
"items": [
"File"
]
"items": "File"
},
"id": "#main/fastq1"
},
{
"doc": "List of fastq files containing the second mate of raw reads.\nImportant: this list has to be of same length as parameter \"fastq1\".\n",
"type": {
"type": "array",
"items": [
"File"
]
"items": "File"
},
"id": "#main/fastq2"
},
Expand Down

0 comments on commit 5e5cb67

Please sign in to comment.