git clone needs --recursive as external-modules/spark is a submodule
I think the because external-modules/spark is a submodule, the git clone command needs a `--recursive`.
When I cloned without `--recursive` and tried to run the sample data example (./examples/demo_tiny.sh) I got this error:
`No such file: Config file does not exist: /home/oamsalem/Downloads/multifish/external-modules/spark/nextflow.config`
It was fixed when I cloned with `--recursive`
合并状态:已合并 合并于 2023-03-07 关闭于 2023-03-07 0 条评论