nextflow项目编译及代码跟踪
-
git clone https://mirror.ghproxy.com//https://github.com/nextflow-io/nextflow.git
//找到需要的版本
git tag -l
git checkout tags/v22.10.6
make compile
git clone https://mirror.ghproxy.com//https://github.com/nextflow-io/nextflow.git
//找到需要的版本
git tag -l
git checkout tags/v22.10.6
make compile