Skip to content

Commit

Permalink
Merge pull request #203 from jasonwalker80/interleaved_fastq_pipe
Browse files Browse the repository at this point in the history
DNA Alignment: Pipe Interleaved FASTQ
  • Loading branch information
jasonwalker80 authored Sep 22, 2017
2 parents 6791f77 + 0fa1053 commit f6ac19f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 19 deletions.
10 changes: 1 addition & 9 deletions unaligned_bam_to_bqsr/align.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,11 @@ outputs:
type: File
outputSource: align_and_tag/aligned_bam
steps:
revert_to_fastq:
run: revert_to_fastq.cwl
in:
bam: bam
out:
[fastq, second_end_fastq]
align_and_tag:
run: align_and_tag.cwl
in:
in:
bam: bam
readgroup: readgroup
reference: reference
fastq: revert_to_fastq/fastq
fastq2: revert_to_fastq/second_end_fastq
out:
[aligned_bam]
16 changes: 6 additions & 10 deletions unaligned_bam_to_bqsr/align_and_tag.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,21 @@ requirements:
ramMin: 16000
stdout: "refAlign.bam"
arguments:
- position: 5
- position: 4
valueFrom: $(runtime.cores)
inputs:
readgroup:
type: string
bam:
type: File
inputBinding:
position: 1
reference:
readgroup:
type: string
inputBinding:
position: 2
fastq:
type: File
reference:
type: string
inputBinding:
position: 3
fastq2:
type: File
inputBinding:
position: 4
outputs:
aligned_bam:
type: stdout

0 comments on commit f6ac19f

Please sign in to comment.