Skip to content

Commit f1eb97d

Browse files
committed
moved utils/utils.nf into workflows to simplify directory structure
1 parent 9506ecc commit f1eb97d

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

workflows/registration.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include {
1717

1818
include {
1919
index_channel;
20-
} from '../utils/utils'
20+
} from './utils'
2121

2222
workflow registration {
2323
take:

workflows/segmentation.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include {
22
index_channel;
3-
} from '../utils/utils'
3+
} from './utils'
44

55
include {
66
predict;

workflows/spot_extraction.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include {
77

88
include {
99
index_channel;
10-
} from '../utils/utils'
10+
} from './utils'
1111

1212
workflow spot_extraction {
1313
take:

workflows/stitching.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ include {
2828

2929
include {
3030
index_channel;
31-
} from '../utils/utils'
31+
} from './utils'
3232

3333
/**
3434
* prepares the work and output directories and invoke stitching
File renamed without changes.

0 commit comments

Comments
 (0)