Bioconductor / BSgenome

Software infrastructure for efficient representation of full genomes and their SNPs
https://bioconductor.org/packages/BSgenome
7 stars 9 forks source link

Add 'replace' argument to forgeBSgenomeDataPkg() #53

Closed Priceless-P closed 1 year ago

Priceless-P commented 1 year ago

I added a replace parameter to the forgeBSgenomeDataPkg() with a default value of FALSE

hpages commented 1 year ago

Hi @Priceless-P ,

Thanks for the PR.

Note sure what the Dog10K_Boxer_Tasha-seed file has to do with this PR. Did you forget to resync your fork? Or maybe somehow you did something unintended with your various branches. Please remove.

Some nitpick comments about cosmetic:

Otherwise, the PR looks look. Good job!

Priceless-P commented 1 year ago

All done. Please confirm if I did it right.

Note sure what the Dog10K_Boxer_Tasha-seed file has to do with this PR. Did you forget to resync your fork? Or maybe somehow you did something unintended with your various branches. Please remove.

I think it was the branches 😥. I have managed to remove it. Though it seems I lost myfix error commit in the process.

hpages commented 1 year ago

Much cleaner. One last thing: the if else statement inside your if (file.exists(pkgdir)) statement is still not indented properly. Pay attention to the } else { line and to the line with the closing curly bracket.

Priceless-P commented 1 year ago

Done 😊. Okay now?

hpages commented 1 year ago

Love it now!