isugifNF / polishCLR

A nextflow pipeline for polishing CLR assemblies
https://isugifnf.github.io/polishCLR/
16 stars 4 forks source link

defaultBranch: changed to main #56

Closed j23414 closed 1 year ago

j23414 commented 1 year ago

Description

Change defaultBranch from master to main. Originally we needed to use a -r main such as:

nextflow run isugifNF/polishCLR -r main \
  --help

But with this commit, hopefully we can use

nextflow run isugifNF/polishCLR \
  --help