Skip to content

Commit

Permalink
update required input in test
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed May 26, 2022
1 parent cc2ec3d commit 204570e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/input/WDL/test_inputs-fastq_to_ubam-local.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"fastq_to_ubam.FastqToUBAM.fastq_1": "test/input/in1.fastq",
"fastq_to_ubam.FastqToUBAM.fastq_2": "test/input/in2.fastq",
"fastq_to_ubam.FastqToUBAM.sample_name": "mysample",
"fastq_to_ubam.FastqToUBAM.library_name": "mylib"
"fastq_to_ubam.FastqToUBAM.library_name": "mylib",
"fastq_to_ubam.FastqToUBAM.platform_name": "ILLUMINA"
}

0 comments on commit 204570e

Please sign in to comment.