Skip to content

Commit

Permalink
♻️ Refactor BwaMem task inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmtani committed Jan 3, 2024
1 parent 1cdb606 commit 6b02722
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tasks/bwa/bwamem.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ task BwaMem {
input {
File reference_genome
Array[File] reference_genome_index

File fastq_r1
File fastq_r2

String technology
String library
String sample_name
String sample_id

Boolean stub = false
}

Expand Down

0 comments on commit 6b02722

Please sign in to comment.