Skip to content

Commit

Permalink
datashare: use correct md5sum suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed Nov 14, 2024
1 parent 35f4b4a commit beeb40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/datasharing.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ datashare_um_s3 <- function(libid, token, wf_page_size = 50) {
"tumor\\.bam\\.md5sum$", "BAMmd5sum_tumor",
"normal\\.bam$", "BAM_normal",
"normal\\.bam\\.bai$", "BAMi_normal",
"normal\\.bam\\.md5sum$", "BAMmd5sum_tumor",
"normal\\.bam\\.md5sum$", "BAMmd5sum_normal",
)
p <- umccrise_pld(libid)
um_dragen_input_s3 <- p[["input_dragenSomaticOutputUri"]]
Expand Down

0 comments on commit beeb40e

Please sign in to comment.