Closed j23414 closed 2 years ago
Change defaultBranch from master to main. Originally we needed to use a -r main such as:
master
main
-r main
nextflow run isugifNF/polishCLR -r main \ --help
But with this commit, hopefully we can use
nextflow run isugifNF/polishCLR \ --help
Description
Change defaultBranch from
master
tomain
. Originally we needed to use a-r main
such as:But with this commit, hopefully we can use