Skip to content

Commit aea109e

Browse files
committed
Update to fix paths
1 parent 3304ce9 commit aea109e

File tree

2 files changed

+936
-4
lines changed

2 files changed

+936
-4
lines changed

merge_trim/merge_trim_fastq.cwl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ steps:
128128
out:
129129
- id: merge_fastq_1
130130
- id: merge_fastq_2
131-
run: ../../cwl-commandlinetools/merge_fastq_0.1.7/merge_fastq_0.1.7.cwl
131+
run: ../command_line_tools/merge_fastq_0.1.7/merge_fastq_0.1.7.cwl
132132
'sbg:x': 327.28125
133133
'sbg:y': 100
134134
- id: fastp_0_24_0
@@ -149,8 +149,6 @@ steps:
149149
- id: unpaired2_path
150150
default: unpaired_R2.fastq.gz
151151
source: fastp_unpaired2_output_file_name
152-
- id: trim_tail2
153-
default: -10
154152
- id: max_len_read1
155153
default: 95
156154
source: fastp_max_len_read1
@@ -179,7 +177,7 @@ steps:
179177
- id: fastp_read2_output
180178
- id: fastp_unpaired1_output
181179
- id: fastp_unpaired2_output
182-
run: ../../cwl-commandlinetools/fastp_0.24.0/fastp_0.24.0.cwl
180+
run: ../command_line_tools/fastp_0.24.0/fastp_0.24.0.cwl
183181
label: fastp_0.24.0
184182
'sbg:x': 583.671875
185183
'sbg:y': 290.5

0 commit comments

Comments
 (0)