nextflow-io/nextflow

nextflow clone does not clone commit hashes

Open

#1,987 创建于 2021年3月24日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Groovy (784 fork)batch import
help wantedsoftware/git

仓库指标

Star
 (3,382 star)
PR 合并指标
 (平均合并 16天 9小时) (30 天内合并 54 个 PR)

描述

Bug report

This set of commands:

nextflow drop pipelines/mypipeline
nextflow clone pipelines/mypipeline -hub my_bitbucket -r 0c7ef9be953

Results in an empty directory with the .git sub directory. No error is reported. The same command seems to work well with branches - it seems to be a commit-specific bug. Similar behavior was observed with nextflow pull && nextflow clone commands.

Environment

  • Nextflow version:20.10.0

贡献者指南