File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ include {
1717
1818include {
1919 index_channel;
20- } from ' ../utils /utils'
20+ } from ' ./utils'
2121
2222workflow registration {
2323 take :
Original file line number Diff line number Diff line change 11include {
22 index_channel;
3- } from ' ../utils /utils'
3+ } from ' ./utils'
44
55include {
66 predict;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ include {
77
88include {
99 index_channel;
10- } from ' ../utils /utils'
10+ } from ' ./utils'
1111
1212workflow spot_extraction {
1313 take :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ include {
2828
2929include {
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.
You can’t perform that action at this time.
0 commit comments