JRaviLab / MolEvolvR

An R Package for characterizing proteins using molecular evolution and phylogeny
https://jravilab.github.io/MolEvolvR/
Other
6 stars 16 forks source link

Replace the function names in R/blastWrappers.R #55

Closed Seyi007 closed 1 month ago

Seyi007 commented 1 month ago
          [R/blastWrappers.R](https://github.com/JRaviLab/MolEvolvR/blob/main/R/blastWrappers.R)
Original Modified User Facing
run_deltablast runDeltaBlast
run_rpsblast runRPSBlast

Originally posted by @the-mayer in https://github.com/JRaviLab/MolEvolvR/issues/7#issuecomment-2395222023

All updates should follow this format: Original Modified User Facing
original_function newFunction

NOTE: Before beginning to work on a particular file, please check to see that @jananiravi has given the 👍 on the comment.

Please follow the contributing guidelines and create a new branch containing your changes. Commit your work, and submit a PR when ready for review.

Additionally, use the search in all files functionality in VS code, Rstudio, or any other text editor, and list all files the function is being called or used to be updated later.

jananiravi commented 1 month ago

Go ahead, @Joiejoie1

Joiejoie1 commented 1 month ago

Thank you @jananiravi . I'm on it. Done actually. creating a pull request. I have renamed the Functions in R/blastWrappers.R: and replaced the function names as follows:

run_deltablast ➜ runDeltaBlast run_rpsblast ➜ runRPSBlast

awasyn commented 1 month ago

@Joiejoie1 are you currently working on this?

Joiejoie1 commented 1 month ago

@Joiejoie1 are you currently working on this? Yes. I am