nextflow-io/nextflow

nextflow clone does not clone commit hashes

Open

#1,987 opened on 2021年3月24日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Groovy (784 forks)batch import
help wantedsoftware/git

Repository metrics

Stars
 (3,382 stars)
PR merge metrics
 (平均マージ 16d 9h) (30d で 54 merged PRs)

説明

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

コントリビューターガイド