Bioconductor / BSgenome

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

Add 'replace' argument to forgeBSgenomeDataPkg() #53

Closed Priceless-P closed 2 years ago

Priceless-P commented 2 years ago

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

hpages commented 2 years 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 2 years 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 2 years 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 2 years ago

Done 😊. Okay now?

hpages commented 2 years ago

Love it now!