Skip to content

Commit 126c07e

Browse files
committed
Revert unnecessary Picard PDF pattern change
The original *pdf pattern already works fine for matching .pdf files.
1 parent b1c98ff commit 126c07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tower.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ reports:
3333
display: "GATK4: Metrics from MarkDuplicates"
3434
"**/picard/*insert*size*metrics.txt":
3535
display: "GATK4: Metrics from InsertSizeMetrics"
36-
"**/picard/*.pdf":
36+
"**/picard/*pdf":
3737
display: "GATK4: InsertSizeMetrics histogram"
3838
"**/star_for_starfusion/*ReadsPerGene.out.tab":
3939
display: "Number of reads per gene"

0 commit comments

Comments
 (0)