Skip to content

Commit

Permalink
misc cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Apr 17, 2024
1 parent f55d85c commit 4cddb2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bwa/BWA-Mem2-paired.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cwlVersion: v1.2
class: Workflow

label: |
map medium and long reads (> 100 bp) against reference genome
map medium and long reads (greater than 100 bp) against reference genome

inputs:
reference_genome:
Expand Down
6 changes: 6 additions & 0 deletions subread/featureCounts.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ inputs:
mapped_reads:
type: File
format: [ edam:format_2572, edam:format_2573 ] # BAM or SAM
reads_are_paired:
doc: |
If specified, libraries are assumed to contain paired-end reads.
type: boolean
inputBinding:
prefix: -p

baseCommand: featureCounts

Expand Down

0 comments on commit 4cddb2f

Please sign in to comment.