Skip to content

Commit

Permalink
remove 'C:'
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Aug 29, 2024
1 parent 7f02185 commit 7469f61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/nf-quilt/src/main/nextflow/quilt/QuiltObserver.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ class QuiltObserver implements TraceObserver {
parts.remove(0)
parts.remove(0)
parts.remove(0) // remove 'file:///'
if (parts[0][1] == ':') {
parts.remove(0) // remove 'C:'
}
String bucket = parts.remove(0)
String file_path = parts.remove(parts.size() - 1)
String prefix = parts.size() > 0 ? parts.remove(0) : 'default_prefix'
Expand Down

0 comments on commit 7469f61

Please sign in to comment.